mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-15 14:40:13 +02:00
improved help text
This commit is contained in:
@@ -7,10 +7,10 @@ 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")]
|
||||
[Option(shortName: 'f', longName: "format", Required = false, HelpText = "Output Format - markdown or text (default).", Default = "text")]
|
||||
public string Format { get; set; }
|
||||
|
||||
[Option(shortName: 'b', longName: "badge", Required = false, HelpText = "Include a badge in the output.", Default = false)]
|
||||
[Option(shortName: 'b', longName: "badge", Required = false, HelpText = "Include a badge in the output - true / false (default).", Default = false)]
|
||||
public bool Badge { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user