30 #include <boost/optional.hpp>
39 boost::optional<std::ostream&> error = std::cerr;
40 std::shared_ptr<fable::Environment> environment;
43 std::vector<std::string> plugin_paths;
44 std::vector<std::string> ignore_sections;
45 bool no_builtin_plugins =
false;
46 bool no_system_plugins =
false;
47 bool no_system_confs =
false;
48 bool no_hooks =
false;
49 bool interpolate_vars =
true;
50 bool interpolate_undefined =
false;
51 bool strict_mode =
false;
52 bool secure_mode =
false;
59 Stack new_stack(
const StackOptions& opt,
const std::vector<std::string>& filepaths);
Definition: stack.hpp:901
Definition: main_stack.hpp:38