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 b59b88f..b2e7c9a 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -4,3 +4,4 @@ pub mod list; | |||
| 4 | pub mod login; | 4 | pub mod login; |
| 5 | pub mod logout; | 5 | pub mod logout; |
| 6 | pub mod send; | 6 | pub mod send; |
| 7 | pub mod sync; | ||