diff options
Diffstat (limited to 'src/bin/ngit/cli.rs')
| -rw-r--r-- | src/bin/ngit/cli.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index b243f70..c5cbcfa 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs | |||
| @@ -57,6 +57,8 @@ pub enum Commands { | |||
| 57 | Fetch(sub_commands::fetch::SubCommandArgs), | 57 | Fetch(sub_commands::fetch::SubCommandArgs), |
| 58 | /// signal you are this repo's maintainer accepting proposals via nostr | 58 | /// signal you are this repo's maintainer accepting proposals via nostr |
| 59 | Init(sub_commands::init::SubCommandArgs), | 59 | Init(sub_commands::init::SubCommandArgs), |
| 60 | /// export nostr keys to login to other nostr clients | ||
| 61 | ExportKeys, | ||
| 60 | /// issue commits as a proposal | 62 | /// issue commits as a proposal |
| 61 | Send(sub_commands::send::SubCommandArgs), | 63 | Send(sub_commands::send::SubCommandArgs), |
| 62 | /// list proposals; checkout, apply or download selected | 64 | /// list proposals; checkout, apply or download selected |