Skip to content

Commit

Permalink
fix: problem with help command displaying double command names
Browse files Browse the repository at this point in the history
  • Loading branch information
LupusVirtute committed Apr 6, 2023
1 parent 277c96d commit 433040a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class PreRunPickSubCommand(command: CommandLupi) : PreRunCommandComponent(comman

val isDescriptionI18nComponent = subCommand.isDescriptionI18nComponent

val commandFullNameBinded = Placeholder.parsed("command", command.name)
val commandFullNameBinded = Placeholder.parsed("command", "${command.name} ${subCommand.name}")

val syntaxKeyValue = Placeholder.component("syntax", syntax)

Expand Down

0 comments on commit 433040a

Please sign in to comment.