refactor: match app/recipe new instead of create

This commit is contained in:
2021-09-07 07:31:11 +02:00
parent 76372bb8cb
commit 2cb0fb8d66
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ Cloud community and you can use Abra to read them and create apps for you.
Subcommands: []*cli.Command{
recipeListCommand,
recipeVersionCommand,
recipeCreateCommand,
recipeNewCommand,
recipeUpgradeCommand,
recipeSyncCommand,
recipeLintCommand,