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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs
index 843c904..76874c3 100644
--- a/src/bin/ngit/cli.rs
+++ b/src/bin/ngit/cli.rs
@@ -96,6 +96,9 @@ pub enum Commands {
96 Send(sub_commands::send::SubCommandArgs), 96 Send(sub_commands::send::SubCommandArgs),
97 /// list PRs; checkout, apply or download selected 97 /// list PRs; checkout, apply or download selected
98 List, 98 List,
99 /// update repo git servers to reflect nostr state (add, update or delete
100 /// remote refs)
101 Sync(sub_commands::sync::SubCommandArgs),
99 /// login, logout or export keys 102 /// login, logout or export keys
100 Account(AccountSubCommandArgs), 103 Account(AccountSubCommandArgs),
101} 104}