Closed mariusmarais closed 8 years ago
Or other global long option names.
runner.rb:340 is the culprit as it essentially does a starts_with comparison.
runner.rb:340
starts_with
As a test case, create an option named versionCode, which when specified on the command line, gets deleted after remove_global_options.
versionCode
remove_global_options
Or other global long option names.
runner.rb:340
is the culprit as it essentially does astarts_with
comparison.As a test case, create an option named
versionCode
, which when specified on the command line, gets deleted afterremove_global_options
.