Expand description
CLI module for simular.
This module contains all CLI logic extracted from main.rs to enable
full test coverage. The entry point run_cli can be called from main.rs
with parsed arguments.
Structs§
- Args
- CLI arguments container.
Enums§
- Command
- Available CLI commands.
- Render
Format - SVG render output format.
Functions§
- print_
emc_ report - Print EMC compliance report.
- print_
emc_ validation_ results - Print EMC validation results.
- print_
experiment_ result - Print experiment result.
- print_
help - Print help message.
- print_
version - Print version information.
- run_cli
- Main CLI entry point.
- validate_
emc_ schema - Validate an EMC YAML document against the schema.