mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
refactor: cli to work next to lib
This commit is contained in:
parent
6084c56d4f
commit
7d4649b6f5
4 changed files with 22 additions and 158 deletions
|
|
@ -11,6 +11,6 @@ pub enum Error {
|
|||
#[error("Gamedig Error: {0}")]
|
||||
Gamedig(#[from] gamedig::errors::GDError),
|
||||
|
||||
#[error("Strum Error: {0}")]
|
||||
Strum(#[from] strum::ParseError),
|
||||
#[error("Unknown Game: {0}")]
|
||||
UnknownGame(String),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue