diff options
| author | Kayla Washburn <mckayla@hey.com> | 2022-06-08 15:30:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-08 15:30:16 -0600 |
| commit | 94068b7109af64eba2cb9fd299e62705a5358069 (patch) | |
| tree | 7ba43427fb32d43009437898bbd336932c02e754 /cli/tests/testdata/task/task_no_args.out | |
| parent | a0a13b3a1b5b654ad36a25c4785cab539555840a (diff) | |
feat(task): add `--cwd` flag for configuring the working directory (#14823)
Diffstat (limited to 'cli/tests/testdata/task/task_no_args.out')
| -rw-r--r-- | cli/tests/testdata/task/task_no_args.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/task/task_no_args.out b/cli/tests/testdata/task/task_no_args.out index e8c034a2d..d7e509656 100644 --- a/cli/tests/testdata/task/task_no_args.out +++ b/cli/tests/testdata/task/task_no_args.out @@ -5,6 +5,8 @@ Available tasks: deno eval 'console.log(5)' - echo echo 1 +- echo_cwd + echo $(pwd) - exit_code_5 echo $(echo 10 ; exit 2) && exit 5 - piped |
