summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/task/task_non_existent.out
blob: 10e1acd636f7842fea0ee37f02528bab580b6fec (plain)
1
2
3
4
5
6
7
8
9
10
11
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\")"