feat: improved recipe creation

This commit is contained in:
2021-12-25 14:51:53 +01:00
parent 4283f130a2
commit decfe095fe
2 changed files with 51 additions and 15 deletions

View File

@ -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,
}