We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8e76e commit 04ff803Copy full SHA for 04ff803
internal/env/env.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
const (
14
- CARAPACE_COLOR = "CARAPACE_COLOR" // TODO
+ CARAPACE_COLOR = "CARAPACE_COLOR" // enable color
15
CARAPACE_COMPLINE = "CARAPACE_COMPLINE" // TODO
16
CARAPACE_COVERDIR = "CARAPACE_COVERDIR" // coverage directory for sandbox tests
17
CARAPACE_EXPERIMENTAL = "CARAPACE_EXPERIMENTAL" // enable experimental features
0 commit comments