specify what is read from the directory
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Paul Campbell 2023-08-06 11:24:18 +01:00
parent d9589e260d
commit 46bdeda107

View file

@ -2,7 +2,8 @@ use clap::Parser;
#[derive(Parser, Debug)]
pub struct Args {
/// The directory to download mp3 files into
/// The directory to download mp3 files into.
/// This is also the directory where the subscription and history files are stored.
/// Defaults to the current directory
#[arg(short, long, default_value = ".")]
pub directory: String,