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 60dc413..c4d0821 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -15,3 +15,4 @@ pub mod pr_status; | |||
| 15 | pub mod repo; | 15 | pub mod repo; |
| 16 | pub mod send; | 16 | pub mod send; |
| 17 | pub mod sync; | 17 | pub mod sync; |
| 18 | pub mod whoami; | ||