Description
Sorry of this is the wrong repo to raise docs issues in. I couldn't see the docs repo.
Looking at the docs for the Taskfile Schema, it appears that the vars: key for the details of a task is missing. Some of the examples in the docs show this, and I've used this for sometime, so has this been removed recently, or are the docs omitting it incorrectly?
Version
n/a
Operating system
n/a
Experiments Enabled
No response
Example Taskfile
version: '3'
tasks:
default:
vars:
NPM_TOKEN: '…'
Description
Sorry of this is the wrong repo to raise docs issues in. I couldn't see the docs repo.
Looking at the docs for the Taskfile Schema, it appears that the
vars:key for the details of a task is missing. Some of the examples in the docs show this, and I've used this for sometime, so has this been removed recently, or are the docs omitting it incorrectly?Version
n/a
Operating system
n/a
Experiments Enabled
No response
Example Taskfile