diff options
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..1507f71 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, | ||
| 99 | /// login, logout or export keys | 102 | /// login, logout or export keys |
| 100 | Account(AccountSubCommandArgs), | 103 | Account(AccountSubCommandArgs), |
| 101 | } | 104 | } |