upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/sub_commands/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-02-10 12:52:04 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-10 13:03:34 +0000
commit761344563507eb50726db96f7409a8f3d5928b98 (patch)
treef5689a4d085b81b4dc8e96fcf7bc8e2693e0b849 /src/bin/ngit/sub_commands/mod.rs
parent6b079f3715611605e348b8709927e0af1675392c (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.rs1
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 @@
1pub mod create;
1pub mod export_keys; 2pub mod export_keys;
2pub mod init; 3pub mod init;
3pub mod list; 4pub mod list;