mirror of
https://github.com/qwjyh/xdbm
synced 2024-12-04 20:41:04 +09:00
add: long argument option to cmd_status
This commit is contained in:
parent
3d8aa7bca0
commit
07ef49ca7b
1 changed files with 2 additions and 2 deletions
|
@ -49,10 +49,10 @@ pub(crate) enum Commands {
|
|||
/// Target path. Default is the current directory.
|
||||
path: Option<PathBuf>,
|
||||
/// Show storage which the path belongs to.
|
||||
#[arg(short)]
|
||||
#[arg(short, long)]
|
||||
storage: bool,
|
||||
/// Show backup config covering the path.
|
||||
#[arg(short)]
|
||||
#[arg(short, long)]
|
||||
backup: bool,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue