diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-10 12:52:04 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-10 13:03:34 +0000 |
| commit | 761344563507eb50726db96f7409a8f3d5928b98 (patch) | |
| tree | f5689a4d085b81b4dc8e96fcf7bc8e2693e0b849 /src/bin/ngit/sub_commands/mod.rs | |
| parent | 6b079f3715611605e348b8709927e0af1675392c (diff) | |
feat: add ngit account create command
Add new 'ngit account create' subcommand to create nostr accounts.
This replaces the previous 'signup' command and supports both interactive
and non-interactive modes.
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 b2e7c9a..9c84ef2 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | pub mod create; | ||
| 1 | pub mod export_keys; | 2 | pub mod export_keys; |
| 2 | pub mod init; | 3 | pub mod init; |
| 3 | pub mod list; | 4 | pub mod list; |