Remove --yes flag
This commit is contained in:
@@ -35,12 +35,6 @@ func main() {
|
|||||||
Usage: "State file(s) to read package list from",
|
Usage: "State file(s) to read package list from",
|
||||||
Destination: &cfg.StateFiles,
|
Destination: &cfg.StateFiles,
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
|
||||||
Name: "yes",
|
|
||||||
Aliases: []string{"y"},
|
|
||||||
Usage: "Skip confirmation prompts",
|
|
||||||
Destination: &cfg.NoConfirm,
|
|
||||||
},
|
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "dry-run",
|
Name: "dry-run",
|
||||||
Usage: "Simulate the sync without making changes",
|
Usage: "Simulate the sync without making changes",
|
||||||
|
|||||||
Reference in New Issue
Block a user