|
|
@ -13,7 +13,7 @@ impl fmt::Display for ParserError {
|
|
|
|
match self {
|
|
|
|
match self {
|
|
|
|
Self::Empty => fmt::Display::fmt("No command provided", f),
|
|
|
|
Self::Empty => fmt::Display::fmt("No command provided", f),
|
|
|
|
Self::Unknown => fmt::Display::fmt("Unknown command", f),
|
|
|
|
Self::Unknown => fmt::Display::fmt("Unknown command", f),
|
|
|
|
Self::Default => fmt::Display::fmt("Internal error", f),
|
|
|
|
Self::Default => fmt::Display::fmt("Unknown command", f),
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|