diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-28 14:10:03 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-28 14:10:03 +0100 |
| commit | caed1d751eb29d329119c1372c99a651980f42a4 (patch) | |
| tree | 469a3c1ba4681c209997e8f55dc5a7f7fd9baf74 /src/bin/ngit/cli.rs | |
| parent | e89dbc142f5a0a517f197562f5f228681d9aed47 (diff) | |
| parent | ee50baf800f4cb46d17858ba87a3648bb084d8b9 (diff) | |
Merge branch 'add-ngit-sync-cmd'
Diffstat (limited to 'src/bin/ngit/cli.rs')
| -rw-r--r-- | src/bin/ngit/cli.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index 843c904..76874c3 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs | |||
| @@ -96,6 +96,9 @@ pub enum Commands { | |||
| 96 | Send(sub_commands::send::SubCommandArgs), | 96 | Send(sub_commands::send::SubCommandArgs), |
| 97 | /// list PRs; checkout, apply or download selected | 97 | /// list PRs; checkout, apply or download selected |
| 98 | List, | 98 | List, |
| 99 | /// update repo git servers to reflect nostr state (add, update or delete | ||
| 100 | /// remote refs) | ||
| 101 | Sync(sub_commands::sync::SubCommandArgs), | ||
| 99 | /// login, logout or export keys | 102 | /// login, logout or export keys |
| 100 | Account(AccountSubCommandArgs), | 103 | Account(AccountSubCommandArgs), |
| 101 | } | 104 | } |