diff options
Diffstat (limited to 'src/bin/ngit/sub_commands/mod.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/mod.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs new file mode 100644 index 0000000..29a60f9 --- /dev/null +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | pub mod fetch; | ||
| 2 | pub mod init; | ||
| 3 | pub mod list; | ||
| 4 | pub mod login; | ||
| 5 | pub mod pull; | ||
| 6 | pub mod push; | ||
| 7 | pub mod send; | ||