omni
omni copied to clipboard
Bug: parser for `commands` panics when some parameters are missing
When run is missing for a command, the parser will panic. This shouldn't happen, the command should simply be ignored instead. We should be able to verify that it works for other parameters too, or identify and fix all the panics when loading the configuration.