Skip to content

Commit

Permalink
- fixes #1898 adds a message for successful generation
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Oct 17, 2022
1 parent ae20ba4 commit 651d1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kiota/Handlers/KiotaGenerationCommandHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public override async Task<int> InvokeAsync(InvocationContext context)

try {
await new KiotaBuilder(logger, Configuration.Generation).GenerateClientAsync(cancellationToken);
Console.WriteLine("Generation completed successfully");
DisplayInfoHint(language, Configuration.Generation.OpenAPIFilePath);
DisplayGenerateAdvancedHint(includePatterns, excludePatterns, Configuration.Generation.OpenAPIFilePath);
return 0;
Expand Down

0 comments on commit 651d1e5

Please sign in to comment.