JPMoresmau / BuildWrapper

Utility to manage haskell projects for an IDE
Other
36 stars 11 forks source link

Commandline options in disagreement with README.md #28

Closed pjonsson closed 10 years ago

pjonsson commented 10 years ago

The command line options that buildwrapper accept are not the same as stated in README.md. The two I've discovered so far are tempFolder which is really tempfolder, and cabalFlags which is really cabalflags.

There's further confusion for me as well: Under generic options there's a line saying "These options apply to all commands" which I interpret as "These options must always be there for all commands". If the line was changed to "These options are available for all commands" it would give me a hint that I could use them if necessary.

Adding one example usage would clear up much confusion. Here's one suggestion:

$ buildwrapper synchronize1 --force --file=src/Main.hs --tempfolder=.cabal-sandbox/.dist-buildwrapper
JPMoresmau commented 10 years ago

Thanks for the issue, but it would have been faster for you to just fix it and send me a push request!