Skip to content

Commit

Permalink
Update & refactoring CLI commands and options
Browse files Browse the repository at this point in the history
  • Loading branch information
koddr committed Aug 29, 2023
1 parent 1cc0f25 commit 0df76dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cgapp/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0df76dc

Please sign in to comment.