diff options
author | kang <1115610574@qq.com> | 2023-05-03 23:48:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 17:48:37 +0200 |
commit | 5a3f565e7d4371db92ba574f231b396c2c8c9a19 (patch) | |
tree | f9f9d7f5f4d71cd209673a4a9e0291c8e31a8907 /plugins/deno/README.md | |
parent | 85fdbfe21692a3fa7bdd7bc509163e23fb385279 (diff) | |
download | zsh-5a3f565e7d4371db92ba574f231b396c2c8c9a19.tar.gz zsh-5a3f565e7d4371db92ba574f231b396c2c8c9a19.tar.bz2 zsh-5a3f565e7d4371db92ba574f231b396c2c8c9a19.zip |
feat(deno): add `dru` alias for `--unstable` (#11667)
Diffstat (limited to 'plugins/deno/README.md')
-rw-r--r-- | plugins/deno/README.md | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/plugins/deno/README.md b/plugins/deno/README.md index 691318397..38f9f2033 100644 --- a/plugins/deno/README.md +++ b/plugins/deno/README.md @@ -4,16 +4,17 @@ This plugin sets up completion and aliases for [Deno](https://deno.land). ## Aliases -| Alias | Full command | -| ----- | ---------------- | -| db | deno bundle | -| dc | deno compile | -| dca | deno cache | -| dfmt | deno fmt | -| dh | deno help | -| dli | deno lint | -| drn | deno run | -| drA | deno run -A | -| drw | deno run --watch | -| dts | deno test | -| dup | deno upgrade | +| Alias | Full command | +| ----- | ------------------- | +| db | deno bundle | +| dc | deno compile | +| dca | deno cache | +| dfmt | deno fmt | +| dh | deno help | +| dli | deno lint | +| drn | deno run | +| drA | deno run -A | +| drw | deno run --watch | +| dru | deno run --unstable | +| dts | deno test | +| dup | deno upgrade | |