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