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