Module: Argser

Defined in:
lib/argser.rb,
lib/argser/parser.rb

Overview

Argser 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.

Author: Matías Parodi © 2013

Defined Under Namespace

Classes: Parser