how about using same syntax (and reusing logic) as newly introduced` -i=+foo.bar,+baz-baz.bad`:
`dmd -unittest=+foo.bar,+baz,-baz.bad rest_of_arguments` which would only enable unittests as specified? It's flexible and intuitive, and would solve a common woe with unittests (eg https://forum.dlang.org/post/[email protected]) originally proposed here: https://forum.dlang.org/post/[email protected]
