docs(cli): mention --list with --silent

This commit is contained in:
Andrey Nering
2026-01-27 21:52:12 -03:00
parent f000ea2b22
commit 48f75f0913

View File

@@ -72,6 +72,14 @@ task --init
task -i
```
::: tip
Combine `--list` or `--list-all` with `--silent` (`-ls` or `-as` for shortants)
to list only the task names in each line. Useful for scripting with `grep` or
similar.
:::
## Options
### General