mirror of
https://github.com/go-task/task.git
synced 2026-06-29 07:34:18 +00:00
Merge branch 'master' into v3
This commit is contained in:
@@ -20,7 +20,7 @@ taskfile.yml
|
||||
Taskfile.yml
|
||||
```
|
||||
|
||||
This is important to specially to Linux users. Windows and macOS have case
|
||||
This is important especially for Linux users. Windows and macOS have case
|
||||
insensitive filesystems, so `taskfile.yml` will end up working, even that not
|
||||
officially supported. On Linux, only `Taskfile.yml` will work, though.
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ tasks:
|
||||
- echo $GREETING
|
||||
```
|
||||
|
||||
> NOTE: `env` supports expansion and and retrieving output from a shell command
|
||||
> NOTE: `env` supports expansion and retrieving output from a shell command
|
||||
> just like variables, as you can see on the [Variables](#variables) section.
|
||||
|
||||
## Operating System specific tasks
|
||||
@@ -193,6 +193,9 @@ tasks:
|
||||
If there is more than one dependency, they always run in parallel for better
|
||||
performance.
|
||||
|
||||
> You can also make the tasks given by the command line run in parallel by
|
||||
> using the `--parallel` flag (alias `-p`). Example: `task --parallel js css`.
|
||||
|
||||
If you want to pass information to dependencies, you can do that the same
|
||||
manner as you would to [call another task](#calling-another-task):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user