RubyGems Navigation menu

getargv 0.3.16-universal-darwin

Getargv

Getargv is a gem that allows you to query the arguments of other processes as an array or string.

This gem only supports macOS because the KERN_PROCARGS2 sysctl only exists in xnu kernels, BSD or Linux users should just read /proc/$PID/cmdline which is much easier and faster, Solaris users should use pargs.

This gem requires you have libgetargv installed.

To limit the getargv gem to Apple OSs add it to your Gemfile like so:

gem "getargv", "~> 0.3.16", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.3.18 March 28, 2026 universal-darwin (93.5KB)
  2. 0.3.17 March 21, 2026 universal-darwin (93.5KB)
  3. 0.3.16 March 21, 2026 universal-darwin (93.5KB)
  4. 0.3.15 March 20, 2026 universal-darwin (93KB)
  5. 0.3.14 March 19, 2026 universal-darwin (93KB)
全てのバージョンを表示(全20件)

Development依存関係 (8):

bump >= 0
minitest >= 0
rake >= 0
rbs >= 0
ruby-lsp >= 0
sdoc >= 0
standard >= 0

必須要件:

macOS

libgetargv installed

所有者:

プッシュ者:

GitHub

作者:

  • Camden Narzt

SHA 256チェックサム:

=

累計ダウンロード数 7,076

このバージョンのみ 98

このバージョンがリリースされたのは:

ライセンス:

BSD-3-Clause

必要なRubyのバージョン: >= 2.6.0

リンク: