forked from toolshed/abra
feat: improved recipe creation
This commit is contained in:
@ -47,6 +47,7 @@ var ForceFlag = &cli.BoolFlag{
|
||||
Name: "force",
|
||||
Value: false,
|
||||
Aliases: []string{"f"},
|
||||
Usage: "Perform action without further prompt. Use with care!",
|
||||
Destination: &Force,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user