-
-
Notifications
You must be signed in to change notification settings - Fork 793
Closed
Description
I'd like to instruct task to not use colored output within the Taskfile if possible.
This doesn't work:
cat >Taskfile.yml <<EOF
version: "3"
vars:
NO_COLOR: 1
env:
NO_COLOR: 1
tasks:
default:
env:
NO_COLOR: 1
cmds:
- echo foo
EOF
task
These work fine:
NO_COLOR=1 task
task --color=falseNot sure if i'm getting syntax wrong or its not supported.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels