(sys System, locale locale.Locale)
| 13 | ) |
| 14 | |
| 15 | func PrintVersion(sys System, locale locale.Locale) { |
| 16 | fmt.Fprintln(sys.Writer(), diagnostics.Version_0.Localize(locale, core.Version())) |
| 17 | } |
| 18 | |
| 19 | func PrintHelp(sys System, locale locale.Locale, commandLine *tsoptions.ParsedCommandLine) { |
| 20 | if commandLine.CompilerOptions().All.IsFalseOrUnknown() { |
no test coverage detected