1 #ifndef AKTUALIZR_INFO_CONFIG_H_ 2 #define AKTUALIZR_INFO_CONFIG_H_ 4 #include <boost/filesystem.hpp> 5 #include <boost/program_options.hpp> 6 #include <boost/property_tree/ini_parser.hpp> 8 #include "libaktualizr/config.h" 9 #include "utilities/config_utils.h" 21 void postUpdateValues();
22 void writeToStream(std::ostream& sink)
const;
31 void updateFromCommandLine(
const boost::program_options::variables_map& cmd);
32 void updateFromPropertyTree(
const boost::property_tree::ptree& pt)
override;
34 bool loglevel_from_cmdline{
false};
38 #endif // AKTUALIZR_INFO_CONFIG_H_