Cli Options
data class CliOptions(val scenarioPath: Path? = null, val eventsPath: Path? = null, val explain: Boolean = false)(source)
Parsed command-line options for running an AeroGuard scenario.
Parsed command-line options for running an AeroGuard scenario.