uvex_transients.cli.config#
Parsing/validation for a CLI run-config YAML file.
A single YAML file drives every CLI command (see uvex_transients.cli.main); each
command only needs the section(s) relevant to it (generate: for generate,
cuts: for cut, …), so RunConfig resolves each section lazily, on first
access, rather than eagerly validating the whole file up front – a config missing a
section a given command doesn’t need is perfectly valid.
Classes
|
One resolved entry of a |
|
Parsed |
|
Parsed |
|
Parsed |
|
A parsed CLI run-config, resolving each section lazily on first access. |
|
Parsed |