forked from toolshed/abra
refactor: moved a lot of flags & added comments
Comments added to fix the golint errors on exported things need comments
This commit is contained in:
@ -142,6 +142,7 @@ var recipeCreateCommand = &cli.Command{
|
||||
},
|
||||
}
|
||||
|
||||
// RecipeCommand defines the `abra recipe` command and ets subcommands
|
||||
var RecipeCommand = &cli.Command{
|
||||
Name: "recipe",
|
||||
Usage: "Manage app recipes",
|
||||
|
Reference in New Issue
Block a user