diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-25 23:53:40 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-25 23:53:40 +0100 |
| commit | ee50baf800f4cb46d17858ba87a3648bb084d8b9 (patch) | |
| tree | 469a3c1ba4681c209997e8f55dc5a7f7fd9baf74 /src/bin/ngit/sub_commands/mod.rs | |
| parent | e5cc566be82bbebb78f2c27ee13f3a5fafa4a0c8 (diff) | |
feat(sync): add cmd to sync git servers
with nostr state. optionally use 'force' flag
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 b59b88f..b2e7c9a 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -4,3 +4,4 @@ pub mod list; | |||
| 4 | pub mod login; | 4 | pub mod login; |
| 5 | pub mod logout; | 5 | pub mod logout; |
| 6 | pub mod send; | 6 | pub mod send; |
| 7 | pub mod sync; | ||