CliOptions

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.

Constructors

Link copied to clipboard
constructor(scenarioPath: Path? = null, eventsPath: Path? = null, explain: Boolean = false)

Properties

Link copied to clipboard

optional JSONL output file for simulation events.

Link copied to clipboard

whether symbolic and planning explanations should be printed.

Link copied to clipboard

optional JSON scenario file to load.