Lines Matching refs:cli
29 #include "cli/config.hpp"
31 #include "cli/common.hpp"
79 /// the documentation for cli::load_config() for more details.
96 cli::config_option.long_name());
100 } else if (filename.str() != cli::config_option.default_value())
103 const optional< fs::path > home = cli::get_home();
132 /// This is a helper function for cli::load_config() that attempts to load the
145 if (cmdline.has_option(cli::variable_option.long_name())) {
150 cli::variable_option.long_name());
175 const cmdline::path_option cli::config_option(
183 const cmdline::property_option cli::variable_option(
208 cli::load_config(const cmdline::parsed_cmdline& cmdline,