update readme

This commit is contained in:
qwjyh 2024-07-15 12:12:38 +09:00
parent 6e1619aa18
commit 0abf9c0693
2 changed files with 5 additions and 2 deletions

View file

@ -5,7 +5,7 @@ mod integrated_test {
};
use anyhow::{Context, Ok, Result};
use assert_cmd::{assert::OutputAssertExt, cargo::CommandCargoExt, Command};
use assert_cmd::{assert::OutputAssertExt, Command};
use dirs::home_dir;
use git2::Repository;
use log::trace;