Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Command-line overrides for props are not removed from ARGV #603

@grtjn

Description

@grtjn

util.rb, load_prop_from_args should remove args matching the --ml.xx= pattern. I was able to fix that by copying these two lines from the find_arg function, and adding those after the if a.match...:

      index = ARGV.index(a)
      ARGV.slice!(index)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions