clagraff / argparse

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

Cannot use append action #43

Open clagraff opened 7 years ago

clagraff commented 7 years ago

Cannot set an Option to use the Append or AppendConst action because when the Namespace for the parser is initialized, it will use a string type for the value, instead of a []string as would be required for the Append-actions to work.