diff --git a/cmd/hoster_cli/hoster.go b/cmd/hoster_cli/hoster.go index b667108..36f6a6e 100644 --- a/cmd/hoster_cli/hoster.go +++ b/cmd/hoster_cli/hoster.go @@ -22,7 +22,7 @@ func Execute() { app := &cli.App{ Name: "hoster", Usage: "Hoster", - Version: "1.0.4", + Version: "1.0.6", Commands: []*cli.Command{ { Name: "new", @@ -36,7 +36,6 @@ func Execute() { }, &cli.StringFlag{ Name: "custom-path", - Aliases: []string{"d"}, Usage: "The path of the project. Defaults to ${projects.root}/${name}.", Required: false, },