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.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs
index 3a5b4e7..cb50730 100644
--- a/src/bin/ngit/cli.rs
+++ b/src/bin/ngit/cli.rs
@@ -53,11 +53,11 @@ pub fn extract_signer_cli_arguments(args: &Cli) -> Result<Option<SignerInfo>> {
53 53
54#[derive(Subcommand)] 54#[derive(Subcommand)]
55pub enum Commands { 55pub enum Commands {
56 /// signal you are this repo's maintainer accepting proposals via nostr 56 /// signal you are this repo's maintainer accepting PRs and issues via nostr
57 Init(sub_commands::init::SubCommandArgs), 57 Init(sub_commands::init::SubCommandArgs),
58 /// issue commits as a proposal 58 /// submit PR with advanced options
59 Send(sub_commands::send::SubCommandArgs), 59 Send(sub_commands::send::SubCommandArgs),
60 /// list proposals; checkout, apply or download selected 60 /// list PRs; checkout, apply or download selected
61 List, 61 List,
62 /// login, logout or export keys 62 /// login, logout or export keys
63 Account(AccountSubCommandArgs), 63 Account(AccountSubCommandArgs),