#include <parse_arguments.h>
◆ display_parse_tree
| bool Arguments::display_parse_tree = false |
◆ display_tokens
| bool Arguments::display_tokens = false |
◆ exit_early
| bool Arguments::exit_early = false |
◆ include_paths
| std::shared_ptr<std::vector<std::string> > Arguments::include_paths = std::make_shared<std::vector<std::string>>() |
◆ input_file
| std::optional<std::string> Arguments::input_file |
◆ output_file
| std::optional<std::string> Arguments::output_file |
◆ program_arguments
| std::vector<char*> Arguments::program_arguments |
◆ suppress_warnings
| bool Arguments::suppress_warnings = false |
◆ target_bash_version
| std::pair<uint16_t, uint16_t> Arguments::target_bash_version = {5, 2} |
The documentation for this struct was generated from the following file: