spam enter for auto

This commit is contained in:
2026-05-16 18:15:00 -07:00
parent 35931fc0dc
commit 418e0b5867
+1 -1
View File
@@ -135,7 +135,7 @@ impl core::str::FromStr for SessionInstruction {
"new" | "n" => Self::New,
"undo" | "u" => Self::Undo,
"hint" | "h" => Self::Hint,
"auto" | "a" => Self::Auto,
"auto" | "a" | "" => Self::Auto,
"exit" => Self::Exit,
"s" => Self::Stock,
other => Self::Klondike(other.parse()?),