generated from PlexSheep/baserepo
idk why this isn't in master yet #94
|
@ -5,5 +5,5 @@ pub enum ReplError {
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
Parsing(#[from] clap::Error),
|
Parsing(#[from] clap::Error),
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
Input(#[from] dialoguer::Error)
|
Input(#[from] dialoguer::Error),
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue