clagraff / argparse

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

Create namespace #15

Closed clagraff closed 8 years ago

clagraff commented 8 years ago

Implement a Namespace struct for storing the values generated by the parser.