SamuelSchlesinger / commander-cli

A simple library I wrote to allow me to quickly and easily construct command line interfaces.
MIT License
29 stars 2 forks source link

flexible parsing #33

Closed BebeSparkelSparkel closed 1 year ago

BebeSparkelSparkel commented 3 years ago

pull #31 and #32 before this closes #7

This allows for more flexibility for parsing the command line arguments by not converting the cli args into the State data.

Does cause breaking changes and would need a major version increment. It would be possible to avoid this but would cause new names for opt and flag. Let me know if this is acceptable or if compatibility is more important.