-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels