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

Total

Ranking: 107,782 of 192,137
Downloads: 7,227

Daily

Ranking: 23,736 of 192,103
Downloads: 9

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,292,456,495rake
141,193,981,621minitest
70679,582,386sdoc
91954,273,935rbs
1,05944,718,020standard
1,42429,726,133ruby-lsp
1,49627,016,559rake-compiler
2,5517,861,819bump

Owners

#GravatarHandle
1iconCamJN