From c002cef1e5d19946244086531f1178446fed8545 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 27 Nov 2024 08:55:31 +0000 Subject: feat(logout): add logout command rather than using `ngit login` which is less intuative --- 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 c5cbcfa..fce5664 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs @@ -69,4 +69,6 @@ pub enum Commands { Pull, /// run with --nsec flag to change npub Login(sub_commands::login::SubCommandArgs), + /// remove nostr account details stored in git config + Logout, } -- cgit v1.2.3