52 std::ostream* error = &std::cerr;
53 std::shared_ptr<fable::Environment> environment;
56 std::vector<std::string> plugin_paths;
57 std::vector<std::string> ignore_sections;
58 bool no_builtin_plugins =
false;
59 bool no_system_plugins =
false;
60 bool no_system_confs =
false;
61 bool no_hooks =
false;
62 bool interpolate_vars =
true;
63 bool interpolate_undefined =
false;
64 bool strict_mode =
false;
65 bool secure_mode =
false;
Definition: stack.hpp:879
Stack new_stack(const StackOptions &opt)
Definition: stack_factory.cpp:111
void merge_stack(const StackOptions &opt, Stack &s, const std::string &filepath)
Definition: stack_factory.cpp:66
Definition: stack_factory.hpp:51