Skip to content

Commit

Permalink
codegen: fix aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Feb 15, 2024
1 parent 82e8ee3 commit c4a59f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (s codegenCmd) formatCommand() string {
Use: %#v,
Short: %#v,
GroupID: %#v,
Aliases: []string{%#v},
Aliases: []string{"%v"},
Hidden: %v,
Run: func(cmd *cobra.Command, args []string) {},
}
Expand Down

0 comments on commit c4a59f0

Please sign in to comment.