Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtable_test.cpp343 text::table options_table(2); in ATF_TEST_CASE_BODY() local
348 options_table.add_row(row); in ATF_TEST_CASE_BODY()
354 options_table.add_row(row); in ATF_TEST_CASE_BODY()
372 std::max(options_table.column_width(0), commands_table.column_width(0)); in ATF_TEST_CASE_BODY()
382 options_table); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/cli/
H A Dcmd_help.cpp108 const text::table options_table = options_help(*options); in general_help() local
110 options_table.column_width(0); in general_help()
141 if (!options_table.empty()) { in general_help()
144 ui->out_table(options_table, formatter, " "); in general_help()