From 7bc4dc84dffa5c617dc526d916edff286f363cf1 Mon Sep 17 00:00:00 2001 From: pk Date: Thu, 12 Sep 2024 00:21:14 +0200 Subject: [PATCH] Remove duplicate alias. --- cmd/hoster_cli/hoster.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, },