From 513fce723c7e37aa353844303f36022517f2db43 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 25 Jul 2025 21:02:26 +0100 Subject: refactor: move `utils` and `list` helpers to lib to enable forthcoming `ngit sync` cmd --- src/bin/ngit/cli.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/bin/ngit/cli.rs') diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index 843c904..1507f71 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs @@ -96,6 +96,9 @@ pub enum Commands { Send(sub_commands::send::SubCommandArgs), /// list PRs; checkout, apply or download selected List, + /// update repo git servers to reflect nostr state (add, update or delete + /// remote refs) + Sync, /// login, logout or export keys Account(AccountSubCommandArgs), } -- cgit v1.2.3