forked from toolshed/abra
feat: add recipe ls command
This commit is contained in:
14
cli/cli.go
14
cli/cli.go
@ -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{
|
||||
|
Reference in New Issue
Block a user