Skip to content

Commit af30b14

Browse files
committed
rephrase
1 parent 2272546 commit af30b14

File tree

2 files changed

+21
-21
lines changed
  • website

2 files changed

+21
-21
lines changed

website/docs/reference/cli.mdx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,26 @@ four groups with the following ranges:
6262

6363
A full list of the exit codes and their descriptions can be found below:
6464

65-
| Code | Description |
66-
|------|--------------------------------------------------------------|
67-
| 0 | Success |
68-
| 1 | An unknown error occurred |
69-
| 100 | No Taskfile was found |
70-
| 101 | A Taskfile already exists when trying to initialize one |
71-
| 102 | The Taskfile is invalid or cannot be parsed |
72-
| 103 | A remote Taskfile could not be downloaded |
73-
| 104 | A remote Taskfile was not trusted by the user |
74-
| 105 | A remote Taskfile was could not be fetched securely |
75-
| 106 | No cache was found for a remote Taskfile in offline mode |
76-
| 107 | No schema version was defined in the Taskfile |
77-
| 200 | The specified task could not be found |
78-
| 201 | An error occurred while executing a command inside of a task |
79-
| 202 | The user tried to invoke a task that is internal |
80-
| 203 | There a multiple tasks with the same name or alias |
81-
| 204 | A task was called too many times |
82-
| 205 | A task was cancelled by the user |
83-
| 206 | A task was not executed due to missing required variables |
84-
| 207 | A task was not executed due variable has wrong value |
65+
| Code | Description |
66+
|------|---------------------------------------------------------------------|
67+
| 0 | Success |
68+
| 1 | An unknown error occurred |
69+
| 100 | No Taskfile was found |
70+
| 101 | A Taskfile already exists when trying to initialize one |
71+
| 102 | The Taskfile is invalid or cannot be parsed |
72+
| 103 | A remote Taskfile could not be downloaded |
73+
| 104 | A remote Taskfile was not trusted by the user |
74+
| 105 | A remote Taskfile was could not be fetched securely |
75+
| 106 | No cache was found for a remote Taskfile in offline mode |
76+
| 107 | No schema version was defined in the Taskfile |
77+
| 200 | The specified task could not be found |
78+
| 201 | An error occurred while executing a command inside of a task |
79+
| 202 | The user tried to invoke a task that is internal |
80+
| 203 | There a multiple tasks with the same name or alias |
81+
| 204 | A task was called too many times |
82+
| 205 | A task was cancelled by the user |
83+
| 206 | A task was not executed due to missing required variables |
84+
| 207 | A task was not executed due to a variable having an incorrect value |
8585

8686
These codes can also be found in the repository in
8787
[`errors/errors.go`](https://github.com/go-task/task/blob/main/errors/errors.go).

website/versioned_docs/version-latest/reference/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ four groups with the following ranges:
6363
A full list of the exit codes and their descriptions can be found below:
6464

6565
| Code | Description |
66-
|------|--------------------------------------------------------------|
66+
| ---- | ------------------------------------------------------------ |
6767
| 0 | Success |
6868
| 1 | An unknown error occurred |
6969
| 100 | No Taskfile was found |

0 commit comments

Comments
 (0)