diff --git a/docs/repo-docs/reference/run.mdx b/docs/repo-docs/reference/run.mdx index b18cb415740ad..160c900c0ec78 100644 --- a/docs/repo-docs/reference/run.mdx +++ b/docs/repo-docs/reference/run.mdx @@ -24,6 +24,12 @@ turbo run [tasks] [options] [-- [args passed to tasks]] of use. +If no tasks are provided, `turbo` will display what tasks are available for the packages in the repository. + +```bash title="Terminal" +turbo run +``` + ## Options ### `--cache-dir `