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/sub_commands/mod.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/sub_commands/mod.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs index 29a60f9..ac89d47 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | pub mod export_keys; | ||
| 1 | pub mod fetch; | 2 | pub mod fetch; |
| 2 | pub mod init; | 3 | pub mod init; |
| 3 | pub mod list; | 4 | pub mod list; |