use current directory as default
This commit is contained in:
parent
5eba1a3a1f
commit
69793b2a95
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ use clap::Parser;
|
||||||
pub struct Args {
|
pub struct Args {
|
||||||
/// The directory to download mp3 files into
|
/// The directory to download mp3 files into
|
||||||
/// Defaults to the current directory
|
/// Defaults to the current directory
|
||||||
#[arg(short, long)]
|
#[arg(short, long, default_value = ".")]
|
||||||
pub directory: String,
|
pub directory: String,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue