diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-04 12:02:52 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-04 12:02:52 +0000 |
| commit | 43b5e9b38bf5dcfbac85637a2d3efc69ddfe77ac (patch) | |
| tree | 28f0937414ec22921a73da08c38d93284bb50e41 /src/bin/ngit/sub_commands/mod.rs | |
| parent | d62a6a4355d47de9babd6fc86fae2b240ff3ab28 (diff) | |
refactor: remove ngit `pull` `push` `fetch`
simplify api to encougage use of the git plugin
Diffstat (limited to 'src/bin/ngit/sub_commands/mod.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs index 29a60f9..a53197f 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | pub mod fetch; | ||
| 2 | pub mod init; | 1 | pub mod init; |
| 3 | pub mod list; | 2 | pub mod list; |
| 4 | pub mod login; | 3 | pub mod login; |
| 5 | pub mod pull; | ||
| 6 | pub mod push; | ||
| 7 | pub mod send; | 4 | pub mod send; |