Skip to content

Commit

Permalink
cli: fix missing doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Whited <[email protected]>
  • Loading branch information
SamWhited committed May 4, 2020
1 parent 9253a36 commit 722ccd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"strings"
)

// Common errors used in this package.
var (
ErrInvalidCmd = errors.New("cli: no such command")
ErrNoRun = errors.New("cli: no run function was specified for the command")
Expand Down

0 comments on commit 722ccd1

Please sign in to comment.