Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(task): add ability to specify task description #15255

Closed
wants to merge 3 commits into from

Conversation

bartlomieju
Copy link
Member

Closes #14949

Allows to specify tasks using object notation and include a
description for a task:

{
  "tasks": {
    "echo": "echo 1",
    "eval": {
       "command": "deno eval 'console.log(3)'",
       "description": "Print value 3"
    }
}
$ deno task
Available tasks:
- echo
  echo 1
- eval Print value 3
  deno eval 'console.log(3)'

Screenshot 2022-07-20 at 13 07 52

@bartlomieju bartlomieju requested review from dsherret and kitsonk July 20, 2022 11:08
@bartlomieju
Copy link
Member Author

bartlomieju commented Jul 20, 2022

Do not merge need to update schema file still

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add descriptions to tasks
1 participant