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 db8ea54..6d7f2e2 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -15,6 +15,7 @@ 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_cover_note; | ||
| 18 | pub mod set_subject; | 19 | pub mod set_subject; |
| 19 | pub mod sync; | 20 | pub mod sync; |
| 20 | pub mod whoami; | 21 | pub mod whoami; |