i3-cli-download-dir #12
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue