stryker-mutator / stryker4s

Mutation testing for Scala
https://stryker-mutator.io
Apache License 2.0
201 stars 37 forks source link

Better command line argument parsing using decline #1650

Open YVbakker opened 1 month ago

YVbakker commented 1 month ago

Summary

Currently the CLI arguments are only accepted in the format --key=value. Using a library such as (decline)[https://ben.kirw.in/decline] we can improve this.

Desired improvements: