{id: cli}
{id: argv} {i: ARGV}
- The raw values from the command line can be found in the
ARGV
array.
{id: usage-statement-and-exit}
{id: option-parser} {i: option_parser} {i: OptionParser}
cli_parser.cr -d code-maven.com -v
cli_parser.cr -d
cli_parser.cr -x
{id: parameters-for-option-parser}
{id: order-of-parsing}