| 910 | |
| 911 | |
| 912 | void ethapp_main(void) |
| 913 | { |
| 914 | struct cmdline *ctx_cmdline; |
| 915 | |
| 916 | ctx_cmdline = cmdline_stdin_new(list_prompt_commands, "EthApp> "); |
| 917 | cmdline_interact(ctx_cmdline); |
| 918 | cmdline_stdin_exit(ctx_cmdline); |
| 919 | } |
no test coverage detected