spaulaus / paass

Pixie Acquisition and Analysis Software Suite - maintained by Project Science
GNU General Public License v3.0
0 stars 2 forks source link

Write a command line argument parser #7

Open spaulaus opened 7 years ago

spaulaus commented 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

ksmith0 commented 7 years ago

Can we use Cory's parser as a framework?

spaulaus commented 7 years ago

No that parser is still built on getopt

spaulaus commented 7 years ago

The parsing is finished, it has some limitations:

spaulaus commented 7 years ago

You can track the progress of this issue here:

https://github.com/spaulaus/CommandLineInterface