update metadata & readme

- fix some typos
- format
This commit is contained in:
qwjyh 2024-03-18 08:58:33 +09:00
parent 1794b8b409
commit 0e6256b74f
3 changed files with 13 additions and 5 deletions

View file

@ -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(),