in src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/cli/api/DotnetCliCommandBuilder.kt [48:51]
fun addIf(key: String, condition: Boolean) {
if (condition)
generalCommandLine = generalCommandLine.withParameters(key)
}