Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better argument parser #358

Closed
JakeGinnivan opened this issue Jan 25, 2015 · 2 comments
Closed

Better argument parser #358

JakeGinnivan opened this issue Jan 25, 2015 · 2 comments
Milestone

Comments

@JakeGinnivan
Copy link
Contributor

Depending on the ordering of some of the switches things do not work. We should switch to a small simple library

@JakeGinnivan JakeGinnivan added this to the 3.0.0 milestone Feb 13, 2015
@JakeGinnivan
Copy link
Contributor Author

Looking into this, most decent libraries work similar to git (which actually could be good to align to).

The main difference is the single dash means a short code and must be a single letter. In git this is why you can go git commit -am "Msg" and that expands to git commit --add --message "Msg"

So the question is, should we break the existing command line usage and rethink it to make it better or do we need to stay compatible.

@andreasohlund @gep13 @SimonCropp

@JakeGinnivan
Copy link
Contributor Author

Ignore, can fix a few bugs in our parser which will make it better

This was referenced May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant