We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457d321 commit a418c6cCopy full SHA for a418c6c
internal/cobraext/flags.go
@@ -154,7 +154,7 @@ const (
154
ProfileFormatFlagDescription = "format of the profiles list (table | json)"
155
156
ReportFormatFlagName = "report-format"
157
- ReportFormatFlagDescription = "format of test report"
+ ReportFormatFlagDescription = "format of test report, eg: human, xUnit"
158
159
ReportFullFlagName = "full"
160
ReportFullFlagDescription = "whether to show the full report or a summary"
0 commit comments