1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 06:46:59 -05:00
denoland-deno/cli/tests/testdata/task
Bartek Iwańczuk 23bb0abc23
feat(task): remove warning about being unstable (#16281)
`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).
2022-10-18 14:39:04 +02:00
..
deno.json feat(unstable/task): add INIT_CWD env var (#16110) 2022-10-15 16:46:28 -04:00
task_additional_args.out
task_additional_args_nested_strings.out
task_additional_args_no_logic.out
task_additional_args_no_shell_expansion.out
task_boolean_logic.out
task_cwd.out feat(task): add --cwd flag for configuring the working directory (#14823) 2022-06-08 15:30:16 -06:00
task_deno_exe_no_env.out
task_exit_code_5.out feat(task): remove warning about being unstable (#16281) 2022-10-18 14:39:04 +02:00
task_init_cwd.out feat(unstable/task): add INIT_CWD env var (#16110) 2022-10-15 16:46:28 -04:00
task_init_cwd_already_set.out feat(unstable/task): add INIT_CWD env var (#16110) 2022-10-15 16:46:28 -04:00
task_no_args.out feat(unstable/task): add INIT_CWD env var (#16110) 2022-10-15 16:46:28 -04:00
task_non_existent.out feat(task): remove warning about being unstable (#16281) 2022-10-18 14:39:04 +02:00
task_piped_stdin.out