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

This commit is contained in:
Christoph J. Scherr 2024-06-29 00:49:29 +02:00
commit 6a7974a0a6

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