docs: take a pass on CLI usage docs and add ASCII

This commit is contained in:
2021-07-26 23:58:34 +02:00
parent 3bc612c44e
commit 429c7e4e50
4 changed files with 15 additions and 7 deletions

View File

@ -295,8 +295,8 @@ var recipeCreateCommand = &cli.Command{
}
var RecipeCommand = &cli.Command{
Name: "recipe",
HideHelp: true,
Name: "recipe",
Usage: "Manage app recipes",
Subcommands: []*cli.Command{
recipeListCommand,
recipeVersionCommand,