Skip to content

Commit

Permalink
feat: add short command help message
Browse files Browse the repository at this point in the history
  • Loading branch information
anoriqq committed May 21, 2022
1 parent ea960dd commit 7e6295c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/cmd/getscript.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import (
)

var getscriptCmd = &cobra.Command{
Use: "getscript",
RunE: getscriptRun,
Use: "getscript",
Short: "get script dir form remote repository",
RunE: getscriptRun,
}

func init() {
Expand Down

0 comments on commit 7e6295c

Please sign in to comment.