deno/cli/tools
Christian Svensson 9d9f355e28
fix(x): correct alias deno command location for Windows (#31573)
I'm not familiar with Rust or Windows CMD syntax. But I tried both the
current option and just plain `deno.exe` locally by changing `dx.cmd`,
which solved the issue for me.

Closes #31572

Signed-off-by: Christian Svensson <csvn.dev@gmail.com>
2025-12-11 20:57:40 +00:00
..
bench feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03:00
bundle feat: add deno x (alias dx) for conveniently running binaries from packages (#31138) 2025-12-09 15:06:36 -08:00
coverage Revert "chore: Rust 1.91.1 (#31165)" (#31548) 2025-12-10 00:36:30 +00:00
doc feat(doc): add darkmode for HTML output (#28989) 2025-04-21 13:02:50 -07:00
init feat: deno init --empty (#31516) 2025-12-08 10:14:36 +01:00
installer fix(install): report installed npm packages when not using node_modules, fix double counting (#31536) 2025-12-09 12:20:03 +00:00
jupyter feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03:00
lint fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
pm Revert "chore: Rust 1.91.1 (#31165)" (#31548) 2025-12-10 00:36:30 +00:00
publish feat: wasm source phase imports (#31486) 2025-12-09 14:36:32 +00:00
repl feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
run feat: add deno x (alias dx) for conveniently running binaries from packages (#31138) 2025-12-09 15:06:36 -08:00
test fix(test): Remove ANSI Escape Codes for Junit Reports (#30854) 2025-12-02 18:11:44 +01:00
check.rs fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
clean.rs fix(check): error when type checking after deduping packages (#31049) 2025-10-21 23:11:01 -04:00
compile.rs fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
deploy.rs feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03:00
doc.rs refactor: updates in preparation for supporting a minimum dependency age (#30849) 2025-09-25 18:31:49 -04:00
fmt.rs feat(BREAKING/fmt): prompt or require deno fmt . when providing no files and no config files discovered (#30623) 2025-09-08 14:28:47 -04:00
info.rs feat: wasm source phase imports (#31486) 2025-12-09 14:36:32 +00:00
mod.rs feat: add deno x (alias dx) for conveniently running binaries from packages (#31138) 2025-12-09 15:06:36 -08:00
serve.rs feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03:00
task.rs feat(unstable): dynamic command-line completions for deno task (#30670) 2025-10-21 23:05:42 +00:00
upgrade.rs feat(upgrade): ability to show additional message on upgrade (#31170) 2025-11-17 15:35:48 +01:00
x.rs fix(x): correct alias deno command location for Windows (#31573) 2025-12-11 20:57:40 +00:00