Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command_test.cpp200 ATF_REQUIRE_EQ("Command for testing.", cmd.short_description()); in ATF_TEST_CASE_BODY()
244 ATF_REQUIRE_EQ("Command for testing.", cmd.short_description()); in ATF_TEST_CASE_BODY()
H A Dbase_command.hpp85 const std::string& short_description(void) const;
H A Dbase_command.cpp142 cmdline::command_proto::short_description(void) const in short_description() function in cmdline::command_proto
/freebsd/contrib/kyua/cli/
H A Dcmd_help.cpp128 row.push_back(F("%s.") % command->short_description()); in general_help()
181 ui->out_wrap(F("%s.") % command->short_description()); in subcommand_help()