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

name argument collide with application name #92

Closed
langpavel opened this issue Oct 9, 2012 · 1 comment
Closed

name argument collide with application name #92

langpavel opened this issue Oct 9, 2012 · 1 comment

Comments

@langpavel
Copy link

When you introduce --name argument together with --help, real script name is overriden by argument:

$ express --help --name xxx
  Usage: xxx [options]

It's really hard to solve collisions in general because of simplification design of commander, but with --help it is possible.

@tj
Copy link
Owner

tj commented Oct 10, 2012

ah good catch, I hadn't run across this one yet, totally fixable

@tj tj closed this as completed in 2e4fe08 Oct 10, 2012
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