Add `rm` Command
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