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:
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 reallytempfolder
, andcabalFlags
which is reallycabalflags
.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: