mirror of
https://github.com/go-task/task.git
synced 2025-03-19 21:17:46 +02:00
Update documentation and changelog to mention the new --output
flag
Ref #173
This commit is contained in:
parent
14f41ae619
commit
f8fb639870
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user