1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04: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 feat: "deno task" subcommand (#13725) 2022-03-10 20:56:14 -05:00
task_additional_args_nested_strings.out feat: "deno task" subcommand (#13725) 2022-03-10 20:56:14 -05:00
task_additional_args_no_logic.out feat: "deno task" subcommand (#13725) 2022-03-10 20:56:14 -05:00
task_additional_args_no_shell_expansion.out feat: "deno task" subcommand (#13725) 2022-03-10 20:56:14 -05:00
task_boolean_logic.out feat: "deno task" subcommand (#13725) 2022-03-10 20:56:14 -05:00
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 fix: deno task should actually use current exe for deno command (#14705) 2022-05-23 12:04:28 -04:00
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 fix: read raw stdin to prevent buffering (regression) (#14704) 2022-05-23 12:35:02 -04:00