mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(deno): add dru alias for --unstable (#11667)
This commit is contained in:
parent
85fdbfe216
commit
5a3f565e7d
2 changed files with 15 additions and 13 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue