diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 08:55:31 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 08:55:31 +0000 |
| commit | c002cef1e5d19946244086531f1178446fed8545 (patch) | |
| tree | 39067fb72431b464a31d23adb3adee85443c04d4 /src/bin/ngit/cli.rs | |
| parent | 242601c972b7186ad380d301b7c12ce9d19aa959 (diff) | |
feat(logout): add logout command
rather than using `ngit login` which is less intuative
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 | } |