mirror of
https://github.com/qwjyh/xdbm
synced 2025-07-17 03:59:19 +09:00
update storage list and some refactor
This commit is contained in:
parent
ff72228821
commit
24f34da588
10 changed files with 257 additions and 51 deletions
|
@ -57,7 +57,11 @@ pub(crate) enum StorageCommands {
|
|||
path: Option<PathBuf>,
|
||||
},
|
||||
/// List all storages.
|
||||
List {},
|
||||
List {
|
||||
/// Show note on the storages.
|
||||
#[arg(short, long)]
|
||||
long: bool,
|
||||
},
|
||||
/// Make `storage` available for the current device.
|
||||
/// For physical disk, the name is taken from system info automatically.
|
||||
Bind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue