Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/cli/
H A Dcmd_help_test.cpp146 global_test(const cmdline::options_vector& general_options, in global_test() argument
156 cmd_help cmd(&general_options, &mock_commands); in global_test()
165 if (!general_options.empty()) { in global_test()
198 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local
200 global_test(general_options, std::vector< std::string >(), ui); in ATF_TEST_CASE_BODY()
209 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local
211 general_options.push_back(&flag_a); in ATF_TEST_CASE_BODY()
213 general_options.push_back(&flag_c); in ATF_TEST_CASE_BODY()
219 global_test(general_options, expected, ui); in ATF_TEST_CASE_BODY()
226 cmdline::options_vector general_options; in ATF_TEST_CASE_BODY() local
[all …]
H A Dcmd_help.cpp169 const utils::cmdline::options_vector* general_options, in subcommand_help() argument
183 const text::table general_table = options_help(*general_options); in subcommand_help()