MCPcopy Create free account
hub / github.com/BruceDevices/firmware / createRemoveCommand

Function createRemoveCommand

src/core/serial_commands/storage_commands.cpp:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void createRemoveCommand(SimpleCLI *cli) {
902 Command cmd = cli->addCommand("rm,del", removeCallback);
903 cmd.addPosArg("filepath");
904}
905
906void createMkdirCommand(SimpleCLI *cli) {
907 Command cmd = cli->addCommand("md,mkdir", mkdirCallback);

Callers 1

createStorageCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected