| 893 | } |
| 894 | |
| 895 | void createCrc32Command(SimpleCLI *cli) { |
| 896 | // storage crc32 |
| 897 | Command cmd = cli->addCommand("crc32", crc32Callback); |
| 898 | cmd.addPosArg("filepath"); |
| 899 | } |
| 900 | |
| 901 | void createRemoveCommand(SimpleCLI *cli) { |
| 902 | Command cmd = cli->addCommand("rm,del", removeCallback); |
no outgoing calls
no test coverage detected