diff options
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 6b94248..d132240 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -6,5 +6,6 @@ pub mod init; | |||
| 6 | pub mod list; | 6 | pub mod list; |
| 7 | pub mod login; | 7 | pub mod login; |
| 8 | pub mod logout; | 8 | pub mod logout; |
| 9 | pub mod repo; | ||
| 9 | pub mod send; | 10 | pub mod send; |
| 10 | pub mod sync; | 11 | pub mod sync; |