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 d132240..d864391 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -3,6 +3,7 @@ pub mod checkout; | |||
| 3 | pub mod create; | 3 | pub mod create; |
| 4 | pub mod export_keys; | 4 | pub mod export_keys; |
| 5 | pub mod init; | 5 | pub mod init; |
| 6 | pub mod issue_list; | ||
| 6 | pub mod list; | 7 | pub mod list; |
| 7 | pub mod login; | 8 | pub mod login; |
| 8 | pub mod logout; | 9 | pub mod logout; |