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

Total

Ranking: 97,178 of 196,338
Downloads: 9,021

Daily

Ranking: 30,638 of 196,320
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,399,913,164rake
141,285,405,312minitest
72180,808,246sdoc
76275,767,281rbs
1,01250,571,910standard
1,30436,400,682ruby-lsp
1,46130,142,885rake-compiler
2,5308,562,695bump

Owners

#GravatarHandle
1iconCamJN