-
Notifications
You must be signed in to change notification settings - Fork 0
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
parent command [cmdx] has duplicated subcommand name or alias: #1032
Labels
bug
Something isn't working
Comments
I couldn't reproduce the issue using the following config. ---
tasks:
- name: hello
description: hello task
script: echo hello $ cmdx hello
+ echo hello
hello |
I could reproduce the issue. tasks:
- name: foo
script: echo foo
- name: bar
script: echo bar $ cmdx foo
parent command [cmdx] has duplicated subcommand name or alias: $ cmdx bar
parent command [cmdx] has duplicated subcommand name or alias: |
I couldn't reproduce the issue. tasks:
- name: foo
script: echo foo
short: f
- name: bar
script: echo bar I guess empty command aliases causes conflicts. Line 322 in 90a545b
If aliases are empty, cmdx should not set them to aliases. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 1.7.5
Note
The text was updated successfully, but these errors were encountered: