Lines Matching refs:writer
446 writer := ctx.Writer
447 fmt.Fprintln(writer, "! The argument `showcommands` is no longer supported.")
448 …fmt.Fprintln(writer, "! Instead, the verbose log is always written to a compressed file in the out…
449 fmt.Fprintln(writer, "!")
450 fmt.Fprintf(writer, "! gzip -cd %s/verbose.log.gz | less -R\n", logsDir)
451 fmt.Fprintln(writer, "!")
452 fmt.Fprintln(writer, "! Older versions are saved in verbose.log.#.gz files")
453 fmt.Fprintln(writer, "")
462 writer := ctx.Writer
463 fmt.Fprintln(writer, "! The variable `ONE_SHOT_MAKEFILE` is obsolete.")
464 fmt.Fprintln(writer, "!")
465 …fmt.Fprintln(writer, "! If you're using `mm`, you'll need to run `source build/envsetup.sh` to upd…
466 fmt.Fprintln(writer, "!")
467 …fmt.Fprintln(writer, "! Otherwise, either specify a module name with m, or use mma / MODULES-IN-..…
468 fmt.Fprintln(writer, "")