Eshanatnight / structopt

A full featured, fast Command Line Argument Parser for C++
MIT License
1 stars 0 forks source link

Restricted keywords as cli args #1

Open Eshanatnight opened 2 weeks ago

Eshanatnight commented 2 weeks ago

Language restricted keywords like "new" cannot be used as struct members but can be possible cli sub-commands or options.

Eshanatnight commented 1 day ago

Reopening: Unintended behaviour when trying to parse subcommands that uses the transform.