Solver Hackage benchmark: Explicitly initialize cabal config files
[cabal.git] / changelog.d / issue-8785
blob47238ed20b67c80daf1595765b9fdeace5af09ba
1 synopsis: Also render short options with arguments
2 packages: cabal-install
3 prs: #9043
4 issues: #8785
6 description: {
8 Show how arguments are used with both short and long forms of options:
10 ```diff
11 <  -v, --verbose[=n]              Control verbosity (n is 0--3, default
12 >  -v[n], --verbose[=n]           Control verbosity (n is 0--3, default
13 <  -w, --with-compiler=PATH       give the path to a particular compiler
14 >  -w PATH or -wPATH, --with-compiler=PATH
15 ```