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

Total

Ranking: 118,140 of 189,104
Downloads: 5,914

Daily

Ranking: 112,136 of 189,083
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
91,221,972,098rake
141,138,395,412minitest
69778,608,054sdoc
1,01346,138,632rbs
1,11840,322,800standard
1,49425,938,688ruby-lsp
1,52924,651,252rake-compiler
2,5607,448,680bump

Owners

#GravatarHandle
1iconCamJN