Categories: None [Edit]
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.6", platforms: :ruby, install_if: RbConfig::CONFIG["host_os"].include?("darwin")
Total
Ranking: 159,006 of 183,139
Downloads: 2,825
Daily
Ranking: 66,923 of 183,127
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
10 | 954,857,689 | rake |
19 | 896,189,392 | minitest |
525 | 75,118,729 | sdoc |
1,258 | 26,130,979 | solargraph |
1,370 | 22,582,369 | standard |
1,398 | 21,441,760 | rbs |
1,741 | 13,635,190 | rake-compiler |
2,796 | 4,655,703 | bump |
Owners
# | Gravatar | Handle |
---|---|---|
1 | CamJN |