diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 07:41:25 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 07:41:25 +0000 |
| commit | c92e252adc9990fa4d147bad0a8bccafc19dfbb8 (patch) | |
| tree | 4bea092f25cd8c06ca0ad11a691cf623a24ff9cb /src/bin/ngit/cli.rs | |
| parent | bdf71cb3d5a5ff8399c10c8d2492d3dd01c5fa33 (diff) | |
feat(export-keys): to use in other clients
as part of the easy on-boaridng flow
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 |