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/cli/help_and_version_broken_pipe/deno.json
muddlebee 9776a13e33
fix: panic when piping "deno help" or "deno --version" (#22917)
Fixes #22863

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-07-09 22:57:00 +00:00

6 lines
92 B
JSON

{
"tasks": {
"help": "deno help | echo",
"version": "deno --version | echo"
}
}