$darkmode
#include <stack_factory.hpp>
Public Attributes | |
| std::ostream * | error = &std::cerr |
| std::shared_ptr< fable::Environment > | environment |
| std::vector< std::string > | plugin_paths |
| std::vector< std::string > | ignore_sections |
| bool | no_builtin_plugins = false |
| bool | no_system_plugins = false |
| bool | no_system_confs = false |
| bool | no_hooks = false |
| bool | interpolate_vars = true |
| bool | interpolate_undefined = false |
| bool | strict_mode = false |
| bool | secure_mode = false |
StackOptions contains the configuration required to create new Stack objects.
These are provided via the command line and the environment.