Skip to content

Commit cc0afce

Browse files
committed
Add CHANGELOG entry for #777
1 parent 620f3fc commit cc0afce

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Added `-n` as an alias to `--dry`
6+
([#776](https://github.com/go-task/task/issues/776), [#777](https://github.com/go-task/task/pull/777)).
57
- Fix behavior of interrupt (SIGINT, SIGTERM) signals. Task will now give time
68
for the processes running to do cleanup work
79
([#458](https://github.com/go-task/task/issues/458), [#479](https://github.com/go-task/task/pull/479), [#728](https://github.com/go-task/task/issues/728)).

docs/docs/api_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variable
2525
| `-c` | `--color` | `bool` | `true` | Colored output. Enabled by default. Set flag to `false` or use `NO_COLOR=1` to disable. |
2626
| `-C` | `--concurrency` | `int` | `0` | Limit number tasks to run concurrently. Zero means unlimited. |
2727
| `-d` | `--dir` | `string` | Working directory | Sets directory of execution. |
28-
| '-n' | `--dry` | `bool` | `false` | Compiles and prints tasks in the order that they would be run, without executing them. |
28+
| `-n` | `--dry` | `bool` | `false` | Compiles and prints tasks in the order that they would be run, without executing them. |
2929
| `-x` | `--exit-code` | `bool` | `false` | Pass-through the exit code of the task command. |
3030
| `-f` | `--force` | `bool` | `false` | Forces execution even when the task is up-to-date. |
3131
| `-h` | `--help` | `bool` | `false` | Shows Task usage. |

0 commit comments

Comments
 (0)