File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ - Add ` --parallel ` flag (alias ` -p ` ) to run tasks given by the command line in
6+ parallel
7+ ([ #266 ] ( https://github.com/go-task/task/pull/266 ) ).
8+
39## v2.7.1 - 2019-11-10
410
511- Fix error being raised when ` exit 0 ` was called
Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ tasks:
193193If there is more than one dependency, they always run in parallel for better
194194performance.
195195
196+ > You can also make the tasks given by the command line run in parallel by
197+ > using the `--parallel` flag (alias `-p`). Example: `task --parallel js css`.
198+
196199If you want to pass information to dependencies, you can do that the same
197200manner as you would to [call another task](#calling-another-task):
198201
You can’t perform that action at this time.
0 commit comments