diff --git a/cmd/declpac/main.go b/cmd/declpac/main.go index a23fc81..329bc8c 100644 --- a/cmd/declpac/main.go +++ b/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",