Skip to content

Commit fea23ed

Browse files
committed
Add Changelog and Docs for --parallel
1 parent 10a6c4d commit fea23ed

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

docs/usage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ tasks:
193193
If there is more than one dependency, they always run in parallel for better
194194
performance.
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+
196199
If you want to pass information to dependencies, you can do that the same
197200
manner as you would to [call another task](#calling-another-task):
198201

0 commit comments

Comments
 (0)