From dcbf4b83bcc1318bc2a328de96b9cd63ed6dc771 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 27 Nov 2024 10:26:14 +0000 Subject: feat(login): tweak api description to add clarity and use PR instead of proposal --- src/bin/ngit/cli.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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> { #[derive(Subcommand)] pub enum Commands { - /// signal you are this repo's maintainer accepting proposals via nostr + /// signal you are this repo's maintainer accepting PRs and issues via nostr Init(sub_commands::init::SubCommandArgs), - /// issue commits as a proposal + /// submit PR with advanced options Send(sub_commands::send::SubCommandArgs), - /// list proposals; checkout, apply or download selected + /// list PRs; checkout, apply or download selected List, /// login, logout or export keys Account(AccountSubCommandArgs), -- cgit v1.2.3