i3-cli-download-dir #12

Merged
kemitix merged 8 commits from i3-cli-download-dir into main 2023-08-06 12:14:03 +01:00
Showing only changes of commit 69793b2a95 - Show all commits

View file

@ -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,
}