Home
last modified time | relevance | path

Searched refs:command_tables (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp110 std::map< std::string, text::table > command_tables; in general_help() local
117 command_tables.insert(std::map< std::string, text::table >::value_type( in general_help()
119 text::table& table = command_tables.find(category)->second; in general_help()
152 ui->out_table(command_tables.find(category)->second, formatter, " "); in general_help()