refactor: cli to work next to lib

This commit is contained in:
Cain 2023-10-17 00:05:32 +01:00
parent 6084c56d4f
commit 7d4649b6f5
4 changed files with 22 additions and 158 deletions

View file

@ -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),
}