diff options
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ pub struct CliArgs { #[arg(long="verbose", short = 'v', action = ArgAction::Count)] pub verbosity: u8, + /// Set the path to the videos.db. Otherwise use the default location + #[arg(long, short)] + pub db_path: Option<PathBuf>, + /// Silence all output #[arg(long, short = 'q')] pub quiet: bool, |
