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

Total

Ranking: 108,935 of 191,429
Downloads: 6,983

Daily

Ranking: 7,245 of 191,405
Downloads: 121

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,272,305,385rake
141,178,327,440minitest
70479,290,944sdoc
93552,006,914rbs
1,07343,450,697standard
1,44528,613,743ruby-lsp
1,51226,294,430rake-compiler
2,5597,751,497bump

Owners

#GravatarHandle
1iconCamJN