i3-cli-download-dir #12
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ use clap::Parser;
|
|||
pub struct Args {
|
||||
/// The directory to download mp3 files into
|
||||
/// Defaults to the current directory
|
||||
#[arg(short, long)]
|
||||
#[arg(short, long, default_value = ".")]
|
||||
pub directory: String,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue