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 9c84ef2..e9f91db 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | pub mod checkout; | ||
| 1 | pub mod create; | 2 | pub mod create; |
| 2 | pub mod export_keys; | 3 | pub mod export_keys; |
| 3 | pub mod init; | 4 | pub mod init; |