Example:
npx kizu -f 'src/**/*.test.ts'--fail-only, -f: Only show failures in the output. This often results in much less output.--version, -v: Show version.--help: Show help menu.
The glob pattern is used to match files to run tests on. It is passed to the tiny-glob library.