Skip to content

Commit

Permalink
Merge pull request #14 from stateful/seb/list-column-name
Browse files Browse the repository at this point in the history
More descriptive name for column with number of commands
  • Loading branch information
sourishkrout authored Aug 1, 2022
2 parents f745807 + 766c39f commit 32858a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func listCmd() *cobra.Command {
// table header
table.AddField(strings.ToUpper("Name"), nil, nil)
table.AddField(strings.ToUpper("First Command"), nil, nil)
table.AddField(strings.ToUpper("Count"), nil, nil)
table.AddField(strings.ToUpper("# of Commands"), nil, nil)
table.AddField(strings.ToUpper("Description"), nil, nil)
table.EndRow()

Expand Down

0 comments on commit 32858a8

Please sign in to comment.