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

Use a command parser instead of argv directly #1

Closed
dpogue opened this issue Aug 19, 2016 · 1 comment
Closed

Use a command parser instead of argv directly #1

dpogue opened this issue Aug 19, 2016 · 1 comment
Assignees

Comments

@dpogue
Copy link
Collaborator

dpogue commented Aug 19, 2016

The current system works, but definitely doesn't scale and is messy for managing.

The main issue here is just wading through the possible modules and figuring out which one is best suited for the project.

@dpogue dpogue self-assigned this Aug 19, 2016
@shannonmoeller
Copy link
Member

Given the simplicity of the api, I'd recommend using minimist or yargs-parser directly.

@dpogue dpogue closed this as completed in 0da6b15 Aug 26, 2016
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