clagraff / argparse

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

Change namespace type #33

Closed clagraff closed 7 years ago

clagraff commented 7 years ago

Changing the type Namespace mirrors, from a struct to a map[string]interface{}, as per issue https://github.com/clagraff/argparse/issues/31.