Skip to content

Add `rm` Command

Choose a tag to compare

@evanplaice evanplaice released this 04 Mar 22:18
· 282 commits to main since this release

Adds the rm command, which should work as a viable replacement for rimraf (and included dependency hell)

Changes:

  • add support for removing one file rm file.txt
  • add support for removing a directory recursively `rm -r directory/
  • adds support for the force flag -f