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

Total

Ranking: 105,735 of 192,720
Downloads: 7,586

Daily

Ranking: 30,921 of 192,704
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,316,242,181rake
141,211,092,480minitest
70979,820,463sdoc
90156,609,906rbs
1,04545,882,556standard
1,39930,879,507ruby-lsp
1,48427,810,629rake-compiler
2,5468,038,892bump

Owners

#GravatarHandle
1iconCamJN