Skip to content

Commit

Permalink
fix brief and remove old app pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
aburdulescu committed Dec 12, 2023
1 parent 7bfd03c commit 38f0002
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 191 deletions.
147 changes: 0 additions & 147 deletions internal/app/app.go

This file was deleted.

43 changes: 0 additions & 43 deletions internal/app/app_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion internal/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Commands(by category):
mlen := a.maxCommandName(v.name)
for _, cmd := range v.commands {
padding := strings.Repeat(" ", mlen-len(cmd.Name))
fmt.Fprintf(w, " %s%s %s\n", cmd.Name, padding, cmd.Usage)
fmt.Fprintf(w, " %s%s %s\n", cmd.Name, padding, cmd.Brief)
}
fmt.Fprint(w, "\n")
}
Expand Down

0 comments on commit 38f0002

Please sign in to comment.