diff options
Diffstat (limited to 'src/bin/ngit/main.rs')
| -rw-r--r-- | src/bin/ngit/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/ngit/main.rs b/src/bin/ngit/main.rs index c88238a..924a714 100644 --- a/src/bin/ngit/main.rs +++ b/src/bin/ngit/main.rs | |||
| @@ -49,6 +49,9 @@ async fn main() { | |||
| 49 | } | 49 | } |
| 50 | }, | 50 | }, |
| 51 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, | 51 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, |
| 52 | Commands::Repo(args) => { | ||
| 53 | sub_commands::repo::launch(&cli, args.repo_command.as_ref()).await | ||
| 54 | } | ||
| 52 | Commands::List { | 55 | Commands::List { |
| 53 | status, | 56 | status, |
| 54 | json, | 57 | json, |