This PR means that the meaning of the first parameter to parseArguments changes from header to progName. What it gives us is a slightly better help output:
Example.hs [OPTIONS]
--bar=string
--baz=string (optional)
--qux=integer
-h --help show help and exit
This PR means that the meaning of the first parameter to
parseArguments
changes fromheader
toprogName
. What it gives us is a slightly better help output:Any opinion?