As a developer, or an automatic process, I want command-line arguments to have precedence, so I can override .conf settings.
Currently, there's a small bug in the precedence of providing command-line arguments like --from_block and --to_block where setting it as arguments to tinman gatling is ignored in favor of gatling.conf.
AC
[x] correct precedence is applied for all overrides so that it doesn't matter what is in .conf if an argument is provided for that setting
As a developer, or an automatic process, I want command-line arguments to have precedence, so I can override
.conf
settings.Currently, there's a small bug in the precedence of providing command-line arguments like
--from_block
and--to_block
where setting it as arguments totinman gatling
is ignored in favor ofgatling.conf
.AC
.conf
if an argument is provided for that setting