Categories: None [Edit]

getargv

https://rubygems.org/gems/getargv
https://github.com/getargv/getargv.rb
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](https://getargv.narzt.cam/) installed. To limit the getargv gem to Apple OSs add it to your Gemfile like so: gem "getargv", "~> 0.3.9", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")

Total

Ranking: 136,685 of 186,833
Downloads: 4,222

Daily

Ranking: 31,457 of 186,696
Downloads: 14

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,126,598,827rake
161,053,476,511minitest
66277,330,287sdoc
1,13437,013,829rbs
1,26132,915,914standard
1,57521,259,504ruby-lsp
1,61020,263,275rake-compiler
2,5476,923,368bump

Owners

#GravatarHandle
1iconCamJN