Skip to content

Allow option prefix to be customizable

Patrick Godwin requested to merge custom_option_flags into main

This can now be achieved with the following: Option("import_env", prefix="-") -> -import_env

Merge request reports