RubyGems Navigation menu

getargv 0.3.2-universal-darwin

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

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.3.6 - May 28, 2024 universal-darwin (92 ko)
  2. 0.3.5 - December 29, 2023 universal-darwin (92 ko)
  3. 0.3.4 - December 29, 2023 universal-darwin (92 ko)
  4. 0.3.3 - December 29, 2023 universal-darwin (15,5 Mo)
  5. 0.3.2 - December 29, 2023 universal-darwin (91,5 ko)
Voir toutes les versions (8)

Dépendances de Development (8):

bump ~> 0.10
minitest ~> 5.20
rake ~> 13.1
rbs >= 0
sdoc >= 0
solargraph >= 0
standard ~> 1.33

Dépendances:

macOS

libgetargv installed

Propriétaires:

Pushed by:

Auteurs:

  • Camden Narzt

Total de contrôle SHA 256:

2d3e25b72ef006164b49c301e0041d6927e21e138ee834664b4392c73e101fae

Total de téléchargements 2 125

Pour cette version 188

License:

BSD-3-Clause

Version de Ruby requise: >= 2.6.0

Liens: