xtask: Allow "con" for "continue"
This commit is contained in:
parent
83e4c29603
commit
3995ef0fdb
@ -231,7 +231,7 @@ impl ReleaseTask {
|
||||
}
|
||||
|
||||
match input.trim().to_ascii_lowercase().as_str() {
|
||||
"c" | "continue" => {
|
||||
"c" | "con" | "continue" => {
|
||||
break;
|
||||
}
|
||||
"a" | "abort" => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user