specify what is read from the directory
This commit is contained in:
parent
d9589e260d
commit
46bdeda107
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue