Skip to content

Commit

Permalink
Added new alias for create cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed May 22, 2024
1 parent a0a6929 commit 4c4c200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var createCmd = &cobra.Command{
Short: "A command to create configurations for corgi",
Long: `A command to interactively prompt the user to create configurations for corgi and save to corgi-compose.yml.`,
Run: runCreate,
Aliases: []string{"add"},
Aliases: []string{"add", "new"},
}

func init() {
Expand Down

0 comments on commit 4c4c200

Please sign in to comment.