diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 10:26:14 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 10:26:14 +0000 |
| commit | dcbf4b83bcc1318bc2a328de96b9cd63ed6dc771 (patch) | |
| tree | c85924da5264cd3bbd788cd42c7c1ecf87e9acce /src/bin/ngit | |
| parent | ef552c12a6604c4b834f80b68c342d7f9668aa4b (diff) | |
feat(login): tweak api description
to add clarity and use PR instead of proposal
Diffstat (limited to 'src/bin/ngit')
| -rw-r--r-- | src/bin/ngit/cli.rs | 6 |
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)] |
| 55 | pub enum Commands { | 55 | pub 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), |