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

Function createReadCommand

src/core/serial_commands/storage_commands.cpp:885–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883}
884
885void createReadCommand(SimpleCLI *cli) {
886 Command cmd = cli->addCommand("cat,type", readCallback);
887 cmd.addPosArg("filepath");
888}
889
890void createMd5Command(SimpleCLI *cli) {
891 Command cmd = cli->addCommand("md5", md5Callback);

Callers 1

createStorageCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected