mirror of
https://github.com/qwjyh/xdbm
synced 2025-06-26 09:49:24 +09:00
update metadata & readme
- fix some typos - format
This commit is contained in:
parent
1794b8b409
commit
0e6256b74f
3 changed files with 13 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::{
|
||||
collections::HashMap,
|
||||
io::{self, stdout, Write},
|
||||
path::{PathBuf, Path},
|
||||
path::{Path, PathBuf},
|
||||
};
|
||||
|
||||
use anyhow::{anyhow, Context, Ok, Result};
|
||||
|
@ -297,7 +297,7 @@ mod test {
|
|||
storages.add(storage2)?;
|
||||
let cmd = BackupAddCommands::External {
|
||||
name: "sampple_backup".to_string(),
|
||||
note: "This is jus.to_string()t for test.".to_string(),
|
||||
note: "This is just for test.".to_string(),
|
||||
};
|
||||
let backup = new_backup(
|
||||
"new backup".to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue