laravel / pint

Laravel Pint is an opinionated PHP code style fixer for minimalists.
https://laravel.com/docs/pint
MIT License
2.75k stars 138 forks source link

[Feature Request] --help message #265

Closed lelgenio closed 5 months ago

lelgenio commented 5 months ago

pint can take some arguments, it would be good to be able to list and discover then from the cli.

$ ./vendor/bin/pint --help
   ERROR  Command "help" is not defined.
Jubeki commented 5 months ago

Added in https://github.com/laravel/pint/pull/264 Will probably be released tomorrow.