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

Enable --help flag for pint. #264

Closed penyaskito closed 5 months ago

penyaskito commented 5 months ago

This adds the "--help" flag for pint.

As a newcomer to Pint, my first try (and I'm pretty sure most newcomers) is always --help to see options. Surprised that errored. I had to google for the documentation.

Tried to add tests to this, but then pest is showing the flags of pest itself, not the app under test. I'd be happy to add a test if possible with some direction.