Curtis Rueden 2d32e9be66 refactor: handle `$0` according to the Zsh plugin standard (#10518) | 2 年之前 | |
---|---|---|
.. | ||
README.md | 2 年之前 | |
deno.plugin.zsh | 2 年之前 |
This plugin sets up completion and aliases for Deno.
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 |