added health indicators #14

This commit is contained in:
irongut
2021-10-18 23:26:42 +01:00
parent ecc89a90a8
commit 6ed1f6c50d
2 changed files with 48 additions and 48 deletions
@@ -13,6 +13,9 @@ namespace CodeCoverageSummary
[Option(longName: "format", Required = false, HelpText = "Output Format - markdown or text.", Default = "text")]
public string Format { get; set; }
[Option(longName: "indicators", Required = false, HelpText = "Include package health indicators in the output - true or false.", Default = true)]
public bool Indicators { get; set; }
[Option(longName: "output", Required = false, HelpText = "Output Type - console, file or both.", Default = "console")]
public string Output { get; set; }