diff options
Diffstat (limited to 'src/bin/ngit/cli.rs')
| -rw-r--r-- | src/bin/ngit/cli.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index c5cbcfa..fce5664 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs | |||
| @@ -69,4 +69,6 @@ pub enum Commands { | |||
| 69 | Pull, | 69 | Pull, |
| 70 | /// run with --nsec flag to change npub | 70 | /// run with --nsec flag to change npub |
| 71 | Login(sub_commands::login::SubCommandArgs), | 71 | Login(sub_commands::login::SubCommandArgs), |
| 72 | /// remove nostr account details stored in git config | ||
| 73 | Logout, | ||
| 72 | } | 74 | } |