This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-01-17 11:24:40 -05:00
Code
Issues
Packages
1
Wiki
Activity
13612e7112
denoland-deno
/
tests
/
specs
/
task
/
both_no_arg
/
__test__.jsonc
6 lines
84 B
JSON
Raw
Normal View
History
Unescape
Escape
chore: deprecate task itests (#25558) This PR is part of #22907
2024-09-11 18:39:47 +03:00
{
"args"
:
"task --config deno.json"
,
"output"
:
"no_args.out"
,
fix(cli): `deno task` exit with status 0 (#25637) Fixes https://github.com/denoland/deno/issues/25632 Exit code 1 indiciates some sort of failure but `deno task` (without arguments) is used to list available commands. --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-09-15 11:29:24 +05:30
"exitCode"
:
0
chore: deprecate task itests (#25558) This PR is part of #22907
2024-09-11 18:39:47 +03:00
}
Copy permalink