From ee50baf800f4cb46d17858ba87a3648bb084d8b9 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 25 Jul 2025 23:53:40 +0100 Subject: feat(sync): add cmd to sync git servers with nostr state. optionally use 'force' flag --- src/bin/ngit/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/ngit/cli.rs') diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index 1507f71..76874c3 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs @@ -98,7 +98,7 @@ pub enum Commands { List, /// update repo git servers to reflect nostr state (add, update or delete /// remote refs) - Sync, + Sync(sub_commands::sync::SubCommandArgs), /// login, logout or export keys Account(AccountSubCommandArgs), } -- cgit v1.2.3