Skip to content

Commit

Permalink
Merge 463a7a8 into bc81cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jun 12, 2022
2 parents bc81cfc + 463a7a8 commit 5ed38d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GrpcCurl/GrpcCurlApp.cs
Expand Up @@ -39,10 +39,11 @@ public static async Task<int> Run(string[] args)
app.OnExecuteAsync(async (token) =>
{
options.Address = addressArgument.Value!;
options.Data = ParseJson(dataOption.ParsedValue);
options.ForceHttp = httpOption.ParsedValue;
options.UseJsonNaming = jsonOption.ParsedValue;
options.Describe = describeOption.ParsedValue;
if (!options.Describe)
options.Data = ParseJson(dataOption.ParsedValue);
var serviceMethod = serviceArgument.Value;
if (serviceMethod != null)
Expand Down

0 comments on commit 5ed38d5

Please sign in to comment.