如何卸载或删除 deno 脚本?

Nat*_*hat 6 deno

我已经deno通过运行安装了一个脚本:

deno install https://deno.land/std/examples/welcome.ts

我现在如何卸载这个脚本?

deno 中是否有可以卸载已安装脚本的子命令?

Mar*_*nde 5

不幸deno uninstall删除

目前的解决方案是:

rm $(which file_server)
Run Code Online (Sandbox Code Playgroud)

有关的问题 uninstall已于 6 天前重新提出,因此可能会在不久的将来再次出现。