rs-station / matchmaps

https://rs-station.github.io/matchmaps/
Other
2 stars 0 forks source link

Refactor argument parsers to avoid duplication #55

Closed dennisbrookner closed 2 months ago

dennisbrookner commented 2 months ago

The arguments for the three matchmaps utilities are largely overlapping (and for matchmaps and matchmaps.mr, identical!!) but they all existed separately in the code base. This made adding or changing arguments time-intensive and error-prone. Inspired by careless, I have refactored things extensively. In this PR, I: