CliOptions struct
Defined in module cli_args (cli_args.l0).
Represents the CliOptions structure.
Fields
- mode: CliMode
- mode_explicit: bool
- verbosity: int
- log: bool
- project_roots: StringVector*
- sys_roots: StringVector*
- interface_paths: StringVector*
- output: string
- keep_c: bool
- c_compiler: string
- c_options: string
- c_sources: StringVector*
- runtime_include: string
- runtime_lib: string
- no_line_directives: bool
- trace_arc: bool
- trace_memory: bool
- unchecked: bool
- check_basic: bool
- all_modules: bool
- include_eof: bool
- entry_target: string
- extra_target_count: int
- program_args: StringVector*