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: cli/cli.go
+1
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ func Root() *cobra.Command {
39
39
rootCommand.PersistentFlags().String("project-type", "all", "Only check projects of the specified type and their subprojects. Can be {sketch|library|all}.")
40
40
rootCommand.PersistentFlags().Bool("recursive", true, "Search path recursively for Arduino projects to check. Can be {true|false}.")
41
41
rootCommand.PersistentFlags().String("report-file", "", "Save a report on the checks to this file.")
0 commit comments