mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
23bb0abc23
`deno task` has been in use for a few months now. It was very well received and there are not many complaints. I feel like this warning might be discouraging for some users and we don't really plan to make drastic changes to it (besides adding support for globs in unspecified future).
2 lines
55 B
Text
2 lines
55 B
Text
Task exit_code_5 echo $(echo 10 ; exit 2) && exit 5
|
|
10
|