From 0df76dc8d67674b18d13cd60bd4b88182e851db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Tue, 29 Aug 2023 15:09:14 +0300 Subject: [PATCH] Update & refactoring CLI commands and options --- cmd/cgapp/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cgapp/cmd.go b/cmd/cgapp/cmd.go index 17afb5a..39368fe 100644 --- a/cmd/cgapp/cmd.go +++ b/cmd/cgapp/cmd.go @@ -18,7 +18,7 @@ func runCmd() { // Parse flags. flag.Parse() - // Set 'create' and 'deploy' config paths from option. + // Set 'create' and 'deploy' config paths from option '-c'. createConfigPath, deployConfigPath := flag.Arg(2), flag.Arg(2) helpers.PrintStyled("👋 Hello and welcome to the Create Go App CLI (v5)!", "", "margin-top-bottom")