From 4dc5d0c9fb170981cf4fade5558d7cc8da404aa3 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 22 May 2025 16:20:25 +0100 Subject: feat(init): overhaul & simplify with ngit-relays introduce ngit-relays as a way of setting git servers and relays at the same time using a standard for specific repo locations: https:////.git add simple and advanced modes. prompt less. eg always set remote origin to nostr url. automatically push main or master branch. --- src/lib/login/fresh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/login/fresh.rs b/src/lib/login/fresh.rs index 76998ff..683d4af 100644 --- a/src/lib/login/fresh.rs +++ b/src/lib/login/fresh.rs @@ -210,7 +210,7 @@ pub async fn get_fresh_nsec_signer() -> Result< } } -fn show_prompt_success(label: &str, value: &str) { +pub fn show_prompt_success(label: &str, value: &str) { eprintln!("{}", { let mut s = String::new(); let _ = ColorfulTheme::default().format_input_prompt_selection(&mut s, label, value); -- cgit v1.2.3