diff --git a/website/docs/reference/cli.mdx b/website/docs/reference/cli.mdx index f94f97c5..9beb1a83 100644 --- a/website/docs/reference/cli.mdx +++ b/website/docs/reference/cli.mdx @@ -53,9 +53,10 @@ If `--` is given, all remaining arguments will be assigned to a special ## Exit Codes Task will sometimes exit with specific exit codes. These codes are split into -three groups with the following ranges: +four groups with the following ranges: -- General errors (0-99) +- Success (0) +- General errors (1-99) - Taskfile errors (100-199) - Task errors (200-299) diff --git a/website/versioned_docs/version-latest/reference/cli.mdx b/website/versioned_docs/version-latest/reference/cli.mdx index f94f97c5..9beb1a83 100644 --- a/website/versioned_docs/version-latest/reference/cli.mdx +++ b/website/versioned_docs/version-latest/reference/cli.mdx @@ -53,9 +53,10 @@ If `--` is given, all remaining arguments will be assigned to a special ## Exit Codes Task will sometimes exit with specific exit codes. These codes are split into -three groups with the following ranges: +four groups with the following ranges: -- General errors (0-99) +- Success (0) +- General errors (1-99) - Taskfile errors (100-199) - Task errors (200-299)