mirror of
https://github.com/go-task/task.git
synced 2025-12-16 19:57:43 +01:00
docs: broken links
This commit is contained in:
@@ -938,8 +938,8 @@ information.
|
||||
You can use `--force` or `-f` if you want to force a task to run even when
|
||||
up-to-date.
|
||||
|
||||
Also, `task --status [tasks]...` will exit with a non-zero exit code if any of
|
||||
the tasks are not up-to-date.
|
||||
Also, `task --status [tasks]...` will exit with a non-zero [exit
|
||||
code](/reference/cli#exit-codes) if any of the tasks are not up-to-date.
|
||||
|
||||
`status` can be combined with the
|
||||
[fingerprinting](#by-fingerprinting-locally-generated-files-and-their-sources)
|
||||
@@ -1759,8 +1759,8 @@ commands are executed in the reverse order if you schedule multiple of them.
|
||||
:::
|
||||
|
||||
A special variable `.EXIT_CODE` is exposed when a command exited with a non-zero
|
||||
exit code. You can check its presence to know if the task completed successfully
|
||||
or not:
|
||||
[exit code](/reference/cli#exit-codes). You can check its presence to know if
|
||||
the task completed successfully or not:
|
||||
|
||||
```yaml
|
||||
version: '3'
|
||||
@@ -1959,8 +1959,8 @@ tasks:
|
||||
```
|
||||
|
||||
Warning prompts are called before executing a task. If a prompt is denied Task
|
||||
will exit with [exit code](/api#exit-codes) 205. If approved, Task will continue
|
||||
as normal.
|
||||
will exit with [exit code](/reference/cli#exit-codes) 205. If approved, Task
|
||||
will continue as normal.
|
||||
|
||||
```shell
|
||||
❯ task example
|
||||
|
||||
Reference in New Issue
Block a user