nrwl / precise-commits

:sparkles: Painlessly apply Prettier by only formatting lines you have modified anyway!
MIT License
471 stars 20 forks source link

Handle --version and --help reasonably #27

Open ELLIOTTCABLE opened 5 years ago

ELLIOTTCABLE commented 5 years ago

I assume that when I run $command --help, regardless of the value of $command, that files in my working directory will not be destructively modified. 🤣

Reference, perhaps, the GNU standard CLI flags.