|
| DescriptionMap | iroha_cli::interactive::getCommonDescriptionMap () |
| |
| ParamsMap | iroha_cli::interactive::getCommonParamsMap (const std::string &default_ip, int default_port) |
| |
| ParamsDescription | iroha_cli::interactive::makeParamsDescription (const std::vector< std::string > ¶ms) |
| |
| void | iroha_cli::interactive::handleEmptyCommand () |
| |
| void | iroha_cli::interactive::handleUnknownCommand (std::string &command) |
| |
| void | iroha_cli::interactive::addBackOption (MenuPoints &menu) |
| |
| bool | iroha_cli::interactive::isBackOption (std::string line) |
| |
| void | iroha_cli::interactive::printCommandParameters (std::string &command, const ParamsDescription ¶meters) |
| |
| void | iroha_cli::interactive::printMenu (const std::string &message, MenuPoints menu_points) |
| |
| boost::optional< std::string > | iroha_cli::interactive::promptString (const std::string &message) |
| |
| boost::optional< std::string > | iroha_cli::interactive::promptString (const ParamData ¶m) |
| |
| void | iroha_cli::interactive::printEnd () |
| |
| boost::optional< std::pair< std::string, uint16_t > > | iroha_cli::interactive::parseIrohaPeerParams (std::vector< std::string > params, const std::string &default_ip, int default_port) |
| |
| boost::optional< std::vector< std::string > > | iroha_cli::interactive::parseParams (std::string line, std::string command_name, ParamsMap ¶ms_map) |
| |
| size_t | iroha_cli::interactive::addMenuPoint (std::vector< std::string > &menu_points, const std::string &description, const std::string &command_short_name) |
| |