added output format arg

This commit is contained in:
irongut
2021-04-12 00:26:12 +01:00
parent 43337cd72e
commit 36085a6185
3 changed files with 80 additions and 23 deletions
@@ -6,5 +6,8 @@ namespace CodeCoverageSummary
{
[Value(index: 0, Required = true, HelpText = "Code coverage file to analyse.")]
public string Filename { get; set; }
[Option(shortName: 'f', longName: "format", Required = false, HelpText = "Output Format.", Default = "text")]
public string Format { get; set; }
}
}