upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit/cli.rs')
-rw-r--r--src/bin/ngit/cli.rs2
1 files changed, 2 insertions, 0 deletions
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 {
69 Pull, 69 Pull,
70 /// run with --nsec flag to change npub 70 /// run with --nsec flag to change npub
71 Login(sub_commands::login::SubCommandArgs), 71 Login(sub_commands::login::SubCommandArgs),
72 /// remove nostr account details stored in git config
73 Logout,
72} 74}