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

Total

Ranking: 131,507 of 186,961
Downloads: 4,558

Daily

Ranking: 29,921 of 186,954
Downloads: 30

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,140,169,777rake
151,066,025,325minitest
66677,542,431sdoc
1,10538,305,245rbs
1,24333,771,056standard
1,56121,853,945ruby-lsp
1,60320,783,483rake-compiler
2,5606,994,721bump

Owners

#GravatarHandle
1iconCamJN