17 std::vector<std::reference_wrapper<Command_Processor>> processors;
19 std::string prompt_string =
"joedbi";
24 bool last_line_empty =
true;
30 std::string_view line,
37 std::string_view command,
38 std::istream ¶meters,
50 void set_echo(
bool new_echo) {echo = new_echo;}
53 void main_loop(std::istream &in, std::ostream &out);