update docs & Cargo.toml

This commit is contained in:
qwjyh 2024-03-17 03:25:44 +09:00
parent 0e8bd6b4c7
commit f5fe3d6580
12 changed files with 50 additions and 32 deletions

View file

@ -1,8 +1,8 @@
mod cmd_init {
use std::fs::DirBuilder;
use anyhow::{anyhow, Ok, Result};
use assert_cmd::{assert::OutputAssertExt, cargo::CommandCargoExt, Command};
use anyhow::{Ok, Result};
use assert_cmd::{assert::OutputAssertExt, Command};
use git2::Repository;
use log::trace;
use predicates::prelude::predicate;