This commit is contained in:
naskya 2024-07-01 00:27:55 +09:00
parent 38b76dcd8d
commit 4d9b8f3f02
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -21,8 +21,10 @@ struct Args {
#[command(subcommand)]
command: Commands,
/// parent of the config directory (default: current directory)
#[arg(short, long, global = true)]
/// Specify the parent of the config directory,
/// which typically is Firefish local repo directory
/// (default: current directory)
#[arg(short = 'd', long, value_name = "PARENT_OF_CONFIG_DIR", global = true)]
firefish_dir: Option<String>,
}