Add CHANGELOG, documentation and make small adjutsment for #755

This commit is contained in:
Andrey Nering
2022-06-11 20:01:48 -03:00
parent 63aad1e501
commit c9a582fbcc
4 changed files with 12 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ variable
| `-C` | `--concurrency` | `int` | `0` | Limit number tasks to run concurrently. Zero means unlimited. |
| `-d` | `--dir` | `string` | Working directory | Sets directory of execution. |
| | `--dry` | `bool` | `false` | Compiles and prints tasks in the order that they would be run, without executing them. |
| `-x` | `--exit-code` | `bool` | `false` | Pass-through the exit code of the task command. |
| `-f` | `--force` | `bool` | `false` | Forces execution even when the task is up-to-date. |
| `-h` | `--help` | `bool` | `false` | Shows Task usage. |
| `-i` | `--init` | `bool` | `false` | Creates a new Taskfile.yaml in the current folder. |