Support specifying another location for the root of project #286
Closed
Description
Is your feature request related to a problem? Please describe.
Matrix testing is common in Tox or other CI methods, make it possible to switch the project base by CLI argument.
Describe the solution you'd like
- Change the meaning of
-g/--global
, turn it into a boolean flag - Add option
-p/--project
to specify the project root, it can be combined with-g
flag - Deprecate the old usage of
-g
.