From c92e252adc9990fa4d147bad0a8bccafc19dfbb8 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 27 Nov 2024 07:41:25 +0000 Subject: feat(export-keys): to use in other clients as part of the easy on-boaridng flow --- src/bin/ngit/cli.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bin/ngit/cli.rs') diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index b243f70..c5cbcfa 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs @@ -57,6 +57,8 @@ pub enum Commands { Fetch(sub_commands::fetch::SubCommandArgs), /// signal you are this repo's maintainer accepting proposals via nostr Init(sub_commands::init::SubCommandArgs), + /// export nostr keys to login to other nostr clients + ExportKeys, /// issue commits as a proposal Send(sub_commands::send::SubCommandArgs), /// list proposals; checkout, apply or download selected -- cgit v1.2.3