Browse Source

Remove --yes flag

master
Riyyi 3 days ago
parent
commit
1c74373d6b
  1. 6
      cmd/declpac/main.go

6
cmd/declpac/main.go

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

Loading…
Cancel
Save