implement a cli module #85

Merged
PlexSheep merged 46 commits from feat/cli into devel 2024-07-09 18:12:24 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6a7974a0a6 - Show all commits

View File

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