Categories: None [Edit]

getargv

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

Total

Ranking: 104,284 of 193,767
Downloads: 7,870

Daily

Ranking: 33,089 of 193,752
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,346,467,157rake
141,236,802,714minitest
71380,162,952sdoc
87560,149,754rbs
1,03547,480,908standard
1,35732,625,715ruby-lsp
1,47428,704,430rake-compiler
2,5428,189,858bump

Owners

#GravatarHandle
1iconCamJN