Open spaulaus opened 7 years ago
I would like to break away from getopt for this since it's not terribly flexible. This would also allow us to store the longer help messages that were desired in pixie16/paass:#198.
This is related to spaulaus/paass-lc#3
Can we use Cory's parser as a framework?
No that parser is still built on getopt
The parsing is finished, it has some limitations:
--long_arg=value
You can track the progress of this issue here:
https://github.com/spaulaus/CommandLineInterface
I would like to break away from getopt for this since it's not terribly flexible. This would also allow us to store the longer help messages that were desired in pixie16/paass:#198.
This is related to spaulaus/paass-lc#3