Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/cli/
H A Dcmd_help.cpp183 const text::table general_table = options_help(*general_options); in subcommand_help() local
187 std::max(general_table.column_width(0), command_table.column_width(0)); in subcommand_help()
193 if (!general_table.empty()) { in subcommand_help()
196 ui->out_table(general_table, formatter, " "); in subcommand_help()