1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/task/doc_comments_no_args
Nathan Whitaker 2dc37f411e
feat(task): Task description in the form of comments (#23101)
Closes #22786.

TLDR;
```jsonc
{
  "tasks": {
    // Some comment
    //
    // describing what the task does
    "dev": "deno run -A --watch main.ts"
  }
}
```
```bash
deno task
```
![Screenshot 2024-03-27 at 1 43
49 PM](https://github.com/denoland/deno/assets/17734409/7a14da8c-8e63-45ba-9bfb-590d250b56a9)
2024-03-27 14:14:27 -07:00
..
__test__.jsonc feat(task): Task description in the form of comments (#23101) 2024-03-27 14:14:27 -07:00
deno.jsonc feat(task): Task description in the form of comments (#23101) 2024-03-27 14:14:27 -07:00
task.out feat(task): Task description in the form of comments (#23101) 2024-03-27 14:14:27 -07:00