Closed sylvainlaurent closed 6 years ago
@sylvainlaurent I could not agree more and this is also the design. Double-checked the code to assert that the design actually matches your expectations. But instead of replacing previous defined values it only readds them:
def configOpts = parseConfigFile()
configOpts.addAll(args)
It seems that CliBuilder
does only take & respect the first instance …
Will have a look on it.
1.5.4 should fix that.
The --verbose
option will now also dump the effective input options.
thanks!
hello @bentolor ! there's a small glitch with 1.5.4 : it stil prints 1.5.3 when running...
Thanks, @sylvainlaurent for the hint. I fixed that now, too.
It seems that if a setting is defined in the .ideainspect file, then it is not possible to pass a different setting through the command line arguments. This is quite counter-intuitive and not convenient when trying to setup a CI build