From e4b487d0f6274197f811bcfeef14c4e9dd6995d5 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Sat, 1 Aug 2026 13:04:31 +1000 Subject: [PATCH] src/make.tcl - use -errorstyle standard instead of enhanced --- src/make.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/make.tcl b/src/make.tcl index c42a4fa0..be5acac8 100644 --- a/src/make.tcl +++ b/src/make.tcl @@ -3684,11 +3684,11 @@ if {[info exists ::env(PUNKBOOT_PLAIN)] && [string is true -strict $::env(PUNKBO puts stderr "make.tcl: punk::args subcommand definitions failed to load ($_defserr) - falling back to plain argument handling" } } -#error/usage rendering style: tabled (enhanced) when the rendering stack is healthy, +#error/usage rendering style: tabled (standard) when the rendering stack is healthy, #minimal plain text otherwise - rendering degrades independently of parsing. set ::punkboot::errstyle minimal if {$::punkboot::punkargs_ok && [package provide punk::ansi] ne "" && [package provide textblock] ne ""} { - set ::punkboot::errstyle enhanced + set ::punkboot::errstyle standard } set do_help 0