spam enter for auto
This commit is contained in:
@@ -135,7 +135,7 @@ impl core::str::FromStr for SessionInstruction {
|
|||||||
"new" | "n" => Self::New,
|
"new" | "n" => Self::New,
|
||||||
"undo" | "u" => Self::Undo,
|
"undo" | "u" => Self::Undo,
|
||||||
"hint" | "h" => Self::Hint,
|
"hint" | "h" => Self::Hint,
|
||||||
"auto" | "a" => Self::Auto,
|
"auto" | "a" | "" => Self::Auto,
|
||||||
"exit" => Self::Exit,
|
"exit" => Self::Exit,
|
||||||
"s" => Self::Stock,
|
"s" => Self::Stock,
|
||||||
other => Self::Klondike(other.parse()?),
|
other => Self::Klondike(other.parse()?),
|
||||||
|
|||||||
Reference in New Issue
Block a user