Make -m imply -n in recipe/upgrade
This commit is contained in:
parent
152c5d4563
commit
87e5909363
@ -84,6 +84,11 @@ You may invoke this command in "wizard" mode and be prompted for input:
|
||||
}
|
||||
}
|
||||
|
||||
if internal.MachineReadable {
|
||||
// -m implies -n in this case
|
||||
internal.NoInput = true
|
||||
}
|
||||
|
||||
upgradeList := make(map[string]anUpgrade)
|
||||
|
||||
// check for versions file and load pinned versions
|
||||
|
Loading…
Reference in New Issue
Block a user