From 6fb2065a517f00dc6f6270b9310e48586b902e26 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 30 Jul 2026 05:15:19 +0900 Subject: internal/pkg: optionally colour output This increases readability in some cases. Signed-off-by: Ophestra --- internal/pkg/pkg.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/pkg/pkg.go') diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go index f837fade..924ece2a 100644 --- a/internal/pkg/pkg.go +++ b/internal/pkg/pkg.go @@ -721,6 +721,9 @@ const ( // CExternShallow arranges for only non-flood inputs to be fetched when // curing an [Artifact] available via the external cache. CExternShallow + + // CColourOutput enables output colouring via ANSI control sequences. + CColourOutput ) // toplevel holds [context.WithCancel] over caller-supplied context, where all -- cgit v1.3.1