From 991da4d8dc2bbdd9832dd9252ebebc27d612154c Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 23 Feb 2024 10:12:54 +0000 Subject: refactor: remove confusing options, improve help from_branch and to_branch have been replaced by specifying revision ranges --- src/main.rs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/main.rs') 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 { #[derive(Subcommand)] enum Commands { - /// issue a repo event as a maintainers to signal you are accepting - /// proposals via nostr + /// signal you are this repo's maintainer accepting proposals via nostr Init(sub_commands::init::SubCommandArgs), - /// issue commits on current branch as a new proposal + /// issue commits as a proposal Send(sub_commands::send::SubCommandArgs), - /// list proposals; optionally apply them as a new branch + /// list proposals; checkout, apply or donwload selected List(sub_commands::list::SubCommandArgs), - /// send new commits as proposal amendments + /// send proposal revision Push(sub_commands::push::SubCommandArgs), - /// pull latest commits in proposal linked to checked out branch + /// fetch and apply new proposal commits / revisions linked to branch Pull, /// run with --nsec flag to change npub Login(sub_commands::login::SubCommandArgs), -- cgit v1.2.3