Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help_test.cpp151 global_test(const cmdline::options_vector& general_options, in global_test() argument
161 cmd_help cmd(&general_options, &mock_commands); in global_test()
168 if (!general_options.empty()) { in global_test()
201 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local
203 global_test(general_options, std::vector< std::string >(), ui); in ATF_TEST_CASE_BODY()
212 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local
214 general_options.push_back(&flag_a); in ATF_TEST_CASE_BODY()
216 general_options.push_back(&flag_c); in ATF_TEST_CASE_BODY()
222 global_test(general_options, expected, ui); in ATF_TEST_CASE_BODY()
229 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local
[all …]
H A Dcmd_help.cpp167 const utils::cmdline::options_vector* general_options, in subcommand_help() argument
179 const text::table general_table = options_help(*general_options); in subcommand_help()