Delete referes to itself as rm in its usage
Lupus590 opened this issue ยท 2 comments
I can easily make a pull request to make it and the other programs use shell.getRunningProgram
, I'm just wondering if it's worth it
Useful information to include:
- Minecraft version: whatever master branch builds
- CC: Tweaked version: commit 17b7727 on master branch
- Detailed reproduction steps: on any computer run the command
delete
with no args, note that the printed usage isrm <paths>
notdelete <paths>
This is also true for copy
, move
and rs
. Honestly, I don't mind - if you want to put a PR together, I'll merge it, but it's not a bug I'm especially worried about :p.