mirror of
https://github.com/qwjyh/xdbm
synced 2025-07-17 03:59:19 +09:00
add backup add
- change Storage::parent - split path diff calc to util - test for backup add
This commit is contained in:
parent
41b2924ad7
commit
905d392419
13 changed files with 387 additions and 63 deletions
|
@ -86,6 +86,10 @@ pub(crate) enum StorageCommands {
|
|||
#[arg(short, long)]
|
||||
path: path::PathBuf,
|
||||
},
|
||||
// /// Remove storage from the storage list
|
||||
// Remove {
|
||||
// storage: String,
|
||||
// }
|
||||
}
|
||||
|
||||
#[derive(Args, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue