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 7a3c2b5..db8ea54 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -15,5 +15,6 @@ pub mod pr_merge; | |||
| 15 | pub mod pr_status; | 15 | pub mod pr_status; |
| 16 | pub mod repo; | 16 | pub mod repo; |
| 17 | pub mod send; | 17 | pub mod send; |
| 18 | pub mod set_subject; | ||
| 18 | pub mod sync; | 19 | pub mod sync; |
| 19 | pub mod whoami; | 20 | pub mod whoami; |