clagraff / argparse

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

Allow for scanning a parser's args into a struct #19

Closed clagraff closed 7 years ago

clagraff commented 8 years ago

It would be nice to be able to scan a parsers args into a struct.

clagraff commented 8 years ago

Ehhh... We can't always have nice things. I am gonna keep this open for a little while longer to think about it. But I am leaning away from implementing this.

clagraff commented 7 years ago

Decided I don't want to support this feature. At least, not for the moment.