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.4", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")

Total

Ranking: 171,160 of 180,702
Downloads: 1,859

Daily

Ranking: 179,481 of 180,689
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
16863,261,344rake
19809,556,538minitest
44673,754,421sdoc
1,25322,610,902solargraph
1,45917,114,924standard
1,61413,562,784rbs
1,70111,967,604rake-compiler
2,7294,394,228bump

Owners

#GravatarHandle
1iconCamJN