17 std::vector<std::reference_wrapper<Command_Processor>> processors;
19 std::string prompt_string =
"joedbi";
29 const std::string &line,
36 const std::string &command,
37 std::istream ¶meters,
49 void set_echo(
bool new_echo) {echo = new_echo;}
52 void main_loop(std::istream &in, std::ostream &out);