// IsDryRun returns true if the DryRun flag is an actual dry-run. func IsDryRun(flag []string) bool { … }