diff options
Diffstat (limited to 'src/bin/ngit/sub_commands/mod.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs index d864391..60dc413 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -1,12 +1,17 @@ | |||
| 1 | pub mod apply; | 1 | pub mod apply; |
| 2 | pub mod checkout; | 2 | pub mod checkout; |
| 3 | pub mod comment; | ||
| 3 | pub mod create; | 4 | pub mod create; |
| 4 | pub mod export_keys; | 5 | pub mod export_keys; |
| 5 | pub mod init; | 6 | pub mod init; |
| 7 | pub mod issue_create; | ||
| 6 | pub mod issue_list; | 8 | pub mod issue_list; |
| 9 | pub mod issue_status; | ||
| 7 | pub mod list; | 10 | pub mod list; |
| 8 | pub mod login; | 11 | pub mod login; |
| 9 | pub mod logout; | 12 | pub mod logout; |
| 13 | pub mod pr_merge; | ||
| 14 | pub mod pr_status; | ||
| 10 | pub mod repo; | 15 | pub mod repo; |
| 11 | pub mod send; | 16 | pub mod send; |
| 12 | pub mod sync; | 17 | pub mod sync; |