diff options
Diffstat (limited to 'cmd/ponzu/add.go')
-rw-r--r-- | cmd/ponzu/add.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd/ponzu/add.go b/cmd/ponzu/add.go index 7832b4e..533c171 100644 --- a/cmd/ponzu/add.go +++ b/cmd/ponzu/add.go @@ -13,8 +13,9 @@ import ( ) var addCmd = &cobra.Command{ - Use: "add <repo>", - Short: "Downloads addon from specified import path", + Use: "add <repo>", + Aliases: []string{"a"}, + Short: "Downloads addon from specified import path", Long: `Downloads addon from specified import path to $GOPATH/src and copys it to the current project's ./addons directory. Must be called from within a Ponzu project directory.`, |