| 1226 | return my->parse_interactive_command(argument_stream, command); |
| 1227 | } |
| 1228 | fc::variant Cli::execute_interactive_command(const string& command, const fc::variants& arguments) |
| 1229 | { |
| 1230 | return my->execute_interactive_command(command, arguments); |
| 1231 | } |
| 1232 | void Cli::format_and_print_result(const string& command, |
| 1233 | const fc::variants& arguments, |
| 1234 | const fc::variant& result) |
no outgoing calls
no test coverage detected