upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs
index 4c49280..d243aa4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -32,16 +32,15 @@ pub struct Cli {
32 32
33#[derive(Subcommand)] 33#[derive(Subcommand)]
34enum Commands { 34enum Commands {
35 /// issue a repo event as a maintainers to signal you are accepting 35 /// signal you are this repo's maintainer accepting proposals via nostr
36 /// proposals via nostr
37 Init(sub_commands::init::SubCommandArgs), 36 Init(sub_commands::init::SubCommandArgs),
38 /// issue commits on current branch as a new proposal 37 /// issue commits as a proposal
39 Send(sub_commands::send::SubCommandArgs), 38 Send(sub_commands::send::SubCommandArgs),
40 /// list proposals; optionally apply them as a new branch 39 /// list proposals; checkout, apply or donwload selected
41 List(sub_commands::list::SubCommandArgs), 40 List(sub_commands::list::SubCommandArgs),
42 /// send new commits as proposal amendments 41 /// send proposal revision
43 Push(sub_commands::push::SubCommandArgs), 42 Push(sub_commands::push::SubCommandArgs),
44 /// pull latest commits in proposal linked to checked out branch 43 /// fetch and apply new proposal commits / revisions linked to branch
45 Pull, 44 Pull,
46 /// run with --nsec flag to change npub 45 /// run with --nsec flag to change npub
47 Login(sub_commands::login::SubCommandArgs), 46 Login(sub_commands::login::SubCommandArgs),