1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

Update documentation and changelog to mention the new --output flag

Ref #173
This commit is contained in:
Andrey Nering 2019-02-09 10:01:07 -02:00
parent 14f41ae619
commit f8fb639870
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,9 @@
- Allow calling a task of the root Taskfile from an included Taskfile
by prefixing it with `:`
([#161](https://github.com/go-task/task/issues/161), [#172](https://github.com/go-task/task/issues/172)).
([#161](https://github.com/go-task/task/issues/161), [#172](https://github.com/go-task/task/issues/172)),
- Add flag to override the `output` option
([#173](https://github.com/go-task/task/pull/173)).
## v2.3.0 - 2019-01-02

View File

@ -708,6 +708,8 @@ $ task default
[print-baz] baz
```
> The `output` option can also be specified by the `--output` or `-o` flags.
## Watch tasks
If you give a `--watch` or `-w` argument, task will watch for file changes