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

Disabled [cli] minimist option #7

Open
TheBrockEllis opened this issue Sep 12, 2014 · 1 comment
Open

Disabled [cli] minimist option #7

TheBrockEllis opened this issue Sep 12, 2014 · 1 comment

Comments

@TheBrockEllis
Copy link

I'm building a command line utility to interface with an API that I've built. The node utility is currently using commander to parse CLI arguments and cli-config to setup and maintain a user-specific configuration file.

The problem that I'm having is that the two packages are trying to do the same thing. The [cli] option of cli-config is attempting to interpret the command land arguments that are passed into the script, when I really want command to interpret them.

Is there a way to disable argument parsing or remove the minimist integration?

@Rybadour
Copy link

I was ready to use this package in my simple utility but I ran into the same problem. I have more sophisticated ways to parse command line arguments and I don't want to use minimist for this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants