with fuzzy-clone

This commit is contained in:
2022-12-18 01:41:12 +01:00
parent 66105004e0
commit 27f63cc1f9
9 changed files with 298 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ impl util::Cmd for Auth {
}
fn exec(_: &clap::ArgMatches) -> eyre::Result<()> {
util::shell::run(&["gh", "auth", "login"])?;
util::shell::run(&["gh", "auth", "login"], None)?;
Ok(())
}