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
Vic Shóstak committed Aug 29, 2023
1 parent 0df76dc commit 57ca98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cgapp/cgapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
package main

func main() {
// Run cmd.
// Run cgapp cmd process.
runCmd()
}
2 changes: 1 addition & 1 deletion cmd/cgapp/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/create-go-app/cli/v5/internal/helpers"
)

// runCmd ...
// runCmd function to run cgapp cmd process.
func runCmd() {
// Start timer.
start := time.Now()
Expand Down

0 comments on commit 57ca98b

Please sign in to comment.