elves / elvish

Powerful scripting language & versatile interactive shell
https://elv.sh/
BSD 2-Clause "Simplified" License
5.53k stars 297 forks source link

Replace `epm` dependency on `rm` with `os:remove-all` #1754

Closed krader1961 closed 5 months ago

krader1961 commented 5 months ago

Remove the epm dependency on rm with os:remove-all so it is slightly easier to use the epm command on Windows.

There aren't any unit tests for this but I verified it worked by running the following statements on my macOS and Windows systems:

epm:install github.com/doubleagent/rivendell
epm:uninstall github.com/doubleagent/rivendell

Related #1661