mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
11 lines
338 B
Text
11 lines
338 B
Text
Warning deno task is unstable and may drastically change in the future
|
|
Task not found: non_existent
|
|
Available tasks:
|
|
- boolean_logic
|
|
sleep 0.1 && echo 3 && echo 4 & echo 1 && echo 2 || echo NOPE
|
|
- echo
|
|
echo 1
|
|
- exit_code_5
|
|
echo $(echo 10 ; exit 2) && exit 5
|
|
- strings
|
|
deno run main.ts && deno eval "console.log(\"test\")"
|