We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like the alias for git-style subcommand is not working for us, we've tried
program.command('generate [thing] [name]', 'generate a new controller').alias('g');
and here's the outcome:
Commands: generate [thing] [name] generate a new controller help [cmd] display help for [cmd]
it looks like its not taking the alias attached at the end of the main command, is there anything missing from this code snippet?
It looks like this was supposedly merged 10months ago in 2.9.0 but we are still experiencing errors.
The text was updated successfully, but these errors were encountered:
Yep, it has been merged but not released. Here is a bypass #419 (comment)
Sorry, something went wrong.
@mbilbille thanks a bunch :D
I was not able to reproduce this. (Hopefully fixed!)
Feel free to open a new issue if it comes up again, with new information and renewed interest.
Thank you for your contributions.
No branches or pull requests
Seems like the alias for git-style subcommand is not working for us, we've tried
and here's the outcome:
it looks like its not taking the alias attached at the end of the main command, is there anything missing from this code snippet?
It looks like this was supposedly merged 10months ago in 2.9.0 but we are still experiencing errors.
The text was updated successfully, but these errors were encountered: