()
| 170 | class Rm extends Command { |
| 171 | |
| 172 | Rm() { |
| 173 | command = "rm"; |
| 174 | desc = "Removes a file or a directory (and all of it's contents)"; |
| 175 | } |
| 176 | |
| 177 | @Override |
| 178 | public void run() { |
nothing calls this directly
no outgoing calls
no test coverage detected