Skip to content

Commit

Permalink
Update documentation and changelog to mention the new --output flag
Browse files Browse the repository at this point in the history
Ref #173
  • Loading branch information
andreynering committed Feb 9, 2019
1 parent 14f41ae commit f8fb639
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8fb639

Please sign in to comment.