1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00

feat(deno): add dru alias for --unstable (#11667)

This commit is contained in:
kang
2023-05-03 23:48:37 +08:00
committed by GitHub
parent 85fdbfe216
commit 5a3f565e7d
2 changed files with 15 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ alias dli='deno lint'
alias drn='deno run'
alias drA='deno run -A'
alias drw='deno run --watch'
alias dru='deno run --unstable'
alias dts='deno test'
alias dup='deno upgrade'