Skip to content

Commit

Permalink
feat: deno_task_shell 0.15 (#23019)
Browse files Browse the repository at this point in the history
* feat: implement exit status var
(denoland/deno_task_shell#110)
* feat: support input redirects
(denoland/deno_task_shell#106)
* feat: support output fd redirects for stdout and stderr
(denoland/deno_task_shell#111)
* feat: support parsing fd redirects
(denoland/deno_task_shell#107)
* fix: exit error code on arg parse failure
(denoland/deno_task_shell#112)

Closes #22989
  • Loading branch information
dsherret committed Mar 21, 2024
1 parent 976fa48 commit e557775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ deno_lockfile.workspace = true
deno_npm = "=0.17.0"
deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_semver = "=0.5.4"
deno_task_shell = "=0.14.3"
deno_task_shell = "=0.15.0"
deno_terminal.workspace = true
eszip = "=0.64.2"
napi_sym.workspace = true
Expand Down

0 comments on commit e557775

Please sign in to comment.