You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cmd/root.go
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ func init() {
15
15
reportCmd.Flags().String("org-name", "", "The name of the GitHub organization")
16
16
reportCmd.Flags().StringSlice("runner-labels", []string{}, "The labels that you use for your jobs (can be both user defined and GitHub defined) separated by commas")
17
17
reportCmd.Flags().Int("num-workflow-runs-to-evaluate", 1, "The number of workflow runs to evaluate for a workflow")
18
+
reportCmd.Flags().String("output-type", "csv", "The type of output to generate (csv or json)")
0 commit comments