generated from PlexSheep/baserepo
Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
cargo devel CI / cargo CI (push) Successful in 2m6s
Details
cargo devel CI / cargo CI (push) Successful in 2m6s
Details
This commit is contained in:
commit
6a7974a0a6
|
@ -7,5 +7,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