WIP
This commit is contained in:
parent
38b76dcd8d
commit
4d9b8f3f02
1 changed files with 4 additions and 2 deletions
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue