We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--path is a required flag at the moment, but Athletic should default to the current working directory if none is provided by --path.
The text was updated successfully, but these errors were encountered:
I consider requiring paths A Good Thing. I'd rather see the CLI signature be, though:
php vendor/bin/athletic [options] <path> [path...]
Thus:
php vendor/bin/athletic -b vendor/autoload.php ./tests ./vendor/bishopb/stencil/tests
Sorry, something went wrong.
No branches or pull requests
--path is a required flag at the moment, but Athletic should default to the current working directory if none is provided by --path.
The text was updated successfully, but these errors were encountered: