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

argparse #24

Closed
notslang opened this issue Apr 1, 2014 · 4 comments
Closed

argparse #24

notslang opened this issue Apr 1, 2014 · 4 comments

Comments

@notslang
Copy link
Contributor

notslang commented Apr 1, 2014

move some of the logic out of arg_parser into yargs (my new favorite pirate-themed arg-parser)

@notslang notslang mentioned this issue Apr 1, 2014
@notslang notslang changed the title yargs argparse Apr 1, 2014
@notslang
Copy link
Contributor Author

notslang commented Apr 1, 2014

scratch that... https://github.com/nodeca/argparse is better (though lacking in pirates)

@jescalan
Copy link

jescalan commented Apr 1, 2014

This is also pretty good: https://github.com/substack/minimist

@notslang
Copy link
Contributor Author

notslang commented Apr 1, 2014

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 --version, and subparsers (which we could totally use for roots)

@notslang
Copy link
Contributor Author

notslang commented Apr 7, 2014

finished this in the "slang" branch

@notslang notslang closed this as completed Apr 7, 2014
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

2 participants