clagraff / argparse

A Golang argument parser for command line arguments.
MIT License
24 stars 4 forks source link

Added remainder narg type #16

Closed clagraff closed 8 years ago

clagraff commented 8 years ago

Allows for the r and R (same thing) Narg types, specifying to use the remaining args after all other options have been parsed.