CLI help message contains text for registry add command instead of extension add command #19979
Labels
area/cli
Related to quarkus cli (not maven/gradle/etc.)
area/jbang
Issues related to when using jbang.dev with Quarkus
kind/bug
Something isn't working
Milestone
Describe the bug
CLI help message contains text for registry add command instead of extension add command.
There is no
add
command listed underregistry
.Expected behavior
add
sub-command is listed for bothextension
andregistry
commandsActual behavior
add
sub-command is listed just forregistry
command but with text foradd
sub-command forextension
command.How to Reproduce?
qss --help
orquarkus --help
Output of
uname -a
orver
macOS BigSur
Output of
java -version
Java 11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
main
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
Running
qss ext --help
andqss registry --help
gives correct info.As if cli had hard time to handle two different sub-commands with the same
name = "add"
.When I changed value of
name
attribute tors
inRegistryAddCommand
,qss --help
message got rendered properly.The text was updated successfully, but these errors were encountered: