Skip to content

Commit

Permalink
help: cmd out format
Browse files Browse the repository at this point in the history
  • Loading branch information
msaf1980 committed Jan 29, 2023
1 parent ebc9add commit f652866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func PrintHelp(registry *Registry, commandName string, commandConfig *CommandCon
sort.Strings(commands)
fmt.Println("Available Commands:")
for _, command := range commands {
fmt.Printf(" %s\t%s\n", command, registry.Commands[command].Help)
fmt.Printf(" %20s\t%s\n", command, registry.Commands[command].Help)
}

if commandConfig != nil {
Expand Down

0 comments on commit f652866

Please sign in to comment.