Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
cargo devel CI / cargo CI (push) Successful in 2m6s Details

This commit is contained in:
Christoph J. Scherr 2024-06-29 00:49:29 +02:00
commit 6a7974a0a6
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ pub enum ReplError {
#[error(transparent)]
Parsing(#[from] clap::Error),
#[error(transparent)]
Input(#[from] dialoguer::Error)
Input(#[from] dialoguer::Error),
}