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

Find a simpler, more flexible CLI argument parser #145

Closed
atruskie opened this issue Feb 2, 2018 · 0 comments
Closed

Find a simpler, more flexible CLI argument parser #145

atruskie opened this issue Feb 2, 2018 · 0 comments
Assignees
Milestone

Comments

@atruskie
Copy link
Member

atruskie commented Feb 2, 2018

Expected behaviour

A clean, simple, maintained solution for parsing CLI arguments.

Actual behaviour

We currently use a custom built (and hacked) version of PowerArgs. It is neither maintained nor viable since the forced removal of the DLL (see 864f7a4).

Any other details

Not sure what system to choose to replace it. We're going to have a potentially breaking change though.

@atruskie atruskie self-assigned this Feb 2, 2018
@atruskie atruskie added this to the Open Source milestone Feb 2, 2018
@atruskie atruskie mentioned this issue Feb 14, 2018
31 tasks
atruskie added a commit that referenced this issue Feb 17, 2018
This work continues on from 38c8987

It Closes #145 and Closes #126

It adds several important features (like support for custom value parsers) and our own help text generator.

Note we are dependent on a custom build hosted by @atruskie until natemcmaster/CommandLineUtils#51 is resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant