Skip to content

Commit

Permalink
Add total type count to output
Browse files Browse the repository at this point in the history
  • Loading branch information
eNeRGy164 committed Dec 22, 2023
1 parent 784e26a commit 5114549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LivingDocumentation.Analyzer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ private static async Task RunApplicationAsync(Options options)
if (!options.Quiet)
{
Console.WriteLine($"Living Documentation Analysis output generated in {stopwatch.ElapsedMilliseconds}ms at {options.OutputPath}");
Console.WriteLine($"{types.Count} types found");
}
}

Expand Down

0 comments on commit 5114549

Please sign in to comment.