|
|
| version 1.3.14.3, 2013/10/08 12:04:05 | version 1.6.18.1, 2024/03/19 09:58:25 |
|---|---|
| Line 79 main(int argc, char **argv) | Line 79 main(int argc, char **argv) |
| t = cliInit(0, 1, argv[1]); | t = cliInit(0, 1, argv[1]); |
| cli_addCommand(t, "oho", 1, oho, "oho [args]", "oho - is test level 0"); | cli_addCommand(t, "oho", 1, oho, "oho [args]", "oho - is test level 0"); |
| cli_addCommand(t, "boho", 2, boho, "boho [args]", "boho - is test level 1"); | cli_addCommand(t, "boho", 2, boho, "boho [args]", "boho - is test level 1"); |
| ret = cliLoop(t, NULL); | ret = cliLoop(t, NULL, -1); |
| cliEnd(t); | cliEnd(t); |
| return 0; | return 0; |