add backup add

- change Storage::parent
- split path diff calc to util
- test for backup add
This commit is contained in:
qwjyh 2024-03-14 08:54:12 +09:00
parent 41b2924ad7
commit 905d392419
13 changed files with 387 additions and 63 deletions

View file

@ -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)]