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/send.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub_commands/send.rs') diff --git a/src/sub_commands/send.rs b/src/sub_commands/send.rs index 73c980b..07eb343 100644 --- a/src/sub_commands/send.rs +++ b/src/sub_commands/send.rs @@ -20,6 +20,7 @@ use crate::client::Client; #[cfg(test)] use crate::client::MockConnect; use crate::{ + cli::Cli, cli_interactor::{ Interactor, InteractorPrompt, PromptConfirmParms, PromptInputParms, PromptMultiChoiceParms, }, @@ -29,7 +30,6 @@ use crate::{ git::{Repo, RepoActions}, login, repo_ref::{get_repo_coordinates, RepoRef}, - Cli, }; #[derive(Debug, clap::Args)] -- cgit v1.2.3