carrot / ship

⛔️ currently unmaintained ⛔️
Other
151 stars 14 forks source link

argparse #24

Closed notslang closed 10 years ago

notslang commented 10 years ago

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

notslang commented 10 years ago

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

jescalan commented 10 years ago

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

notslang commented 10 years ago

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 commented 10 years ago

finished this in the "slang" branch