feat: add recipe ls command

This commit is contained in:
2021-07-21 10:58:13 +02:00
parent 0242dfcb0f
commit 302ebcb394
3 changed files with 108 additions and 14 deletions

View File

@ -16,19 +16,7 @@ func RunApp(version string, commit string) {
Commands: []*cli.Command{
AppCommand,
ServerCommand,
{
Name: "recipe",
HideHelp: true,
Subcommands: []*cli.Command{
{
Name: "list",
},
{
Name: "create",
},
},
},
RecipeCommand,
VersionCommand,
},
Flags: []cli.Flag{