mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
Documentation: Improve wording on the Variables section
Thanks @crewjam for the suggestion Closes #234
This commit is contained in:
parent
955359b073
commit
e414c1f7b0
@ -400,7 +400,7 @@ tasks:
|
||||
When doing interpolation of variables, Task will look for the below.
|
||||
They are listed below in order of importance (e.g. most important first):
|
||||
|
||||
- Variables declared locally in the task
|
||||
- Variables declared in the task definition
|
||||
- Variables given while calling a task from another.
|
||||
(See [Calling another task](#calling-another-task) above)
|
||||
- Variables declared in the `vars:` option in the `Taskfile`
|
||||
|
Loading…
Reference in New Issue
Block a user