RubyGems Navigation menu

argser 1.7

Argser (from 'ARGuments parSER') is a library that aims to simplify the process of parsing arguments in command line scripts written in Ruby. It provides an easy way to specify which parameters are valid, their type or format, error conditions, description, etc. In that way, it reduces the need to write code specificaly to parse and validate such arguments. The idea is pretty simple. To be able to use the arguments passed when the script was executed in a easy and consistent way, you only need to specify some general options for the application, a list of parameters and some properties that must hold for both, parameters and what is called the 'remaining array' (an array with strings that don't belong to any parameter).

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 1.7 - January 15, 2013 (8,5 ko)
  2. 1.6 - January 15, 2013 (8,5 ko)
  3. 1.5 - January 15, 2013 (8,5 ko)
  4. 1.4 - January 15, 2013 (8,5 ko)
  5. 1.3 - January 15, 2013 (8,5 ko)
Voir toutes les versions (8)

Propriétaires:

Auteurs:

  • Matías Parodi

Total de contrôle SHA 256:

b8d0918e7b38f9c15a3ad1e95f7ba7a742273daf129b620936c1a60a8e4b7f56

Total de téléchargements 27 388

Pour cette version 4 767

License:

aucune

Version de Ruby requise: None

Liens: