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 46bdeda107 - Show all commits

View file

@ -2,7 +2,8 @@ use clap::Parser;
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
pub struct Args { 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 /// Defaults to the current directory
#[arg(short, long, default_value = ".")] #[arg(short, long, default_value = ".")]
pub directory: String, pub directory: String,