mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-16 23:10:13 +02:00
added output format arg
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user