-
Notifications
You must be signed in to change notification settings - Fork 14
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
argparse #24
Comments
scratch that... https://github.com/nodeca/argparse is better (though lacking in pirates) |
This is also pretty good: https://github.com/substack/minimist |
Yeah, that's what substack switched to after optimist. Though argparse supports way more useful features like type checking, generating usage docs/help text, dealing with |
finished this in the "slang" branch |
move some of the logic out of arg_parser into yargs (my new favorite pirate-themed arg-parser)
The text was updated successfully, but these errors were encountered: