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