Searched refs:command_table (Results 1 – 2 of 2) sorted by relevance
180 const text::table command_table = options_help(command->options()); in subcommand_help() local183 std::max(general_table.column_width(0), command_table.column_width(0)); in subcommand_help()195 if (!command_table.empty()) { in subcommand_help()198 ui->out_table(command_table, formatter, " "); in subcommand_help()
945 command command_table[] = { variable998 c = command_table; in cmd_help()1063 c = command_table; in command_process()