athletic icon indicating copy to clipboard operation
athletic copied to clipboard

Default to current directory if --path is not specified

Open polyfractal opened this issue 11 years ago • 1 comments

--path is a required flag at the moment, but Athletic should default to the current working directory if none is provided by --path.

polyfractal avatar Jun 25 '13 18:06 polyfractal

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

bishopb avatar May 28 '15 15:05 bishopb