Configuration
data class Configuration(val output: Path, val outputBuilder: OutputBuilder, val goodFindings: Boolean, val pedantic: Boolean)(source)
Holds the main configuration to run Codyze with
To add a new CPG configuration option do the following:
add a property to Configuration
add a new CLI option to the CodyzeOptionGroup
update the CodyzeOptionGroup.asConfiguration method
Optionally: Add the newly added option as an argument to ExecutorCommand.getExecutor to pass it to Executors.