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
skipFlag:=flag.String("skip", "", "Space-separated list of prefixes for paths which shouldn't be checked. Spaces in prefixes not supported.")
50
51
authorFlag:=flag.String("author", defaultAuthor, fmt.Sprintf("The expected author for files, which will be substituted for the %q marker in templates", boilersuite.AuthorMarkerRegex))
51
52
verboseFlag:=flag.Bool("verbose", false, "If set, prints verbose output")
52
-
cpuprofile:=flag.String("cpuprofile", "", "If set, writes CPU profiling information to the given filename")
53
+
cpuProfile:=flag.String("cpuprofile", "", "If set, writes CPU profiling information to the given filename")
54
+
printVersion:=flag.Bool("version", false, "If set, prints the version and exits")
0 commit comments