enforce
Ensures that the execution is valid and safe before proceeding with the tests.
History
Version | Changes |
---|---|
v2.5.0 | enforce option. |
- Forces an error if any CLI flags are invalid.
- Forces an error if no file is found (soon).
- Forces an error if the environment has multiple platforms and the
--platform
option isn't explicit (soon).
CLIβ
npx poku --enforce ./test
- Short flag:
-x
.
info
This feature will be included in the configuration file when the development stage is stable.