From 0134ab8eb413b8b81ec8e179897ddb8ea63e134e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 26 Jul 2024 10:29:33 +0100 Subject: feat(remote): add nostr git remote helper as a simple proxy to the first git server listed in announcement parse clone url as `nostr://naddr123...` --- src/sub_commands/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub_commands/init.rs') diff --git a/src/sub_commands/init.rs b/src/sub_commands/init.rs index 28ba21b..ba188c9 100644 --- a/src/sub_commands/init.rs +++ b/src/sub_commands/init.rs @@ -10,6 +10,7 @@ use crate::client::Client; #[cfg(test)] use crate::client::MockConnect; use crate::{ + cli::Cli, cli_interactor::{Interactor, InteractorPrompt, PromptInputParms}, client::{fetching_with_report, get_repo_ref_from_cache, Connect}, git::{Repo, RepoActions}, @@ -18,7 +19,6 @@ use crate::{ extract_pks, get_repo_config_from_yaml, save_repo_config_to_yaml, try_and_get_repo_coordinates, RepoRef, }, - Cli, }; #[derive(Debug, clap::Args)] -- cgit v1.2.3