diff options
Diffstat (limited to 'internal/pkg/pkg.go')
| -rw-r--r-- | internal/pkg/pkg.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
