Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp179 const text::table general_table = options_help(*general_options); in subcommand_help() local
183 std::max(general_table.column_width(0), command_table.column_width(0)); in subcommand_help()
189 if (!general_table.empty()) { in subcommand_help()
192 ui->out_table(general_table, formatter, " "); in subcommand_help()