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/sub_commands/mod.rs | |
| parent | 242601c972b7186ad380d301b7c12ce9d19aa959 (diff) | |
feat(logout): add logout command
rather than using `ngit login` which is less intuative
Diffstat (limited to 'src/bin/ngit/sub_commands/mod.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs index ac89d47..b6b1e3b 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -3,6 +3,7 @@ pub mod fetch; | |||
| 3 | pub mod init; | 3 | pub mod init; |
| 4 | pub mod list; | 4 | pub mod list; |
| 5 | pub mod login; | 5 | pub mod login; |
| 6 | pub mod logout; | ||
| 6 | pub mod pull; | 7 | pub mod pull; |
| 7 | pub mod push; | 8 | pub mod push; |
| 8 | pub mod send; | 9 | pub mod send; |