Skip to content

Investigate alternate command line parser #74

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

Closed
atruskie opened this issue Oct 1, 2015 · 1 comment
Closed

Investigate alternate command line parser #74

atruskie opened this issue Oct 1, 2015 · 1 comment

Comments

@atruskie
Copy link
Member

atruskie commented Oct 1, 2015

https://github.com/docopt/docopt.net seems like a good choice. Simple API, no reflection, much simpler code.

Drawbacks:

  • no inherent types other than string/bool
  • all argument classes grouped (T4 generated) and no longer associated with the entrypoints.
@atruskie
Copy link
Member Author

Closes by #145

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