diff options
Diffstat (limited to 'src/bin/ngit/main.rs')
| -rw-r--r-- | src/bin/ngit/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/main.rs b/src/bin/ngit/main.rs index 28bf1da..8f3b0da 100644 --- a/src/bin/ngit/main.rs +++ b/src/bin/ngit/main.rs | |||
| @@ -51,7 +51,7 @@ async fn main() { | |||
| 51 | }, | 51 | }, |
| 52 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, | 52 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, |
| 53 | Commands::Repo(args) => { | 53 | Commands::Repo(args) => { |
| 54 | sub_commands::repo::launch(&cli, args.repo_command.as_ref(), args.offline).await | 54 | sub_commands::repo::launch(&cli, args.repo_command.as_ref(), args.offline, args.json).await |
| 55 | } | 55 | } |
| 56 | Commands::Send(args) => sub_commands::send::launch(&cli, args, false).await, | 56 | Commands::Send(args) => sub_commands::send::launch(&cli, args, false).await, |
| 57 | Commands::Pr(args) => match &args.pr_command { | 57 | Commands::Pr(args) => match &args.pr_command { |