diff options
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), |