elm-format icon indicating copy to clipboard operation
elm-format copied to clipboard

Add some short options to CLI

Open chiroptical opened this issue 6 years ago • 0 comments

It seems like elm-format should have some short options for users on the command line. The most obvious candidates are --yes and --output. It would be interesting to hear arguments for other short arguments from the community.

I built and test this on Linux, via

stack setup
stack install shake
stack runhaskell Shakefile.hs -- build
stack runhaskell Shakefile.hs -- test

chiroptical avatar Dec 12 '19 21:12 chiroptical