MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / Rm

Method Rm

addons/navComPack/src/main/java/addon/Plugin.java:172–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170class 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() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected