Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions website/src/next/docs/reference/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ includes:

- **Type**: `bool`
- **Default**: `false`
- **Description**: Hide included tasks from command line and `--list`
- **Description**: Makes a task inaccessible from the command line and hidden
from `--list`, restricting its execution to other tasks only.

```yaml
includes:
Expand Down Expand Up @@ -529,7 +530,9 @@ tasks:
#### `desc`

- **Type**: `string`
- **Description**: Short description shown in `--list`
- **Description**: Short description shown in `--list`. If omitted, the task
will not be listed in `--list`, but will remain publicly callable from the
command line.

```yaml
tasks:
Expand Down