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