Open
Description
--config-file
is listed as global option by cabal --help
, but get/unpack does not recognize it:
$ cabal get --config-file=foo
Error: cabal: unrecognized 'get' option `--config-file=foo'
(Spawned from #7702 (comment).)
UPDATE:
$ cabal --config-file=foo get bar
works, so this is merely an issue about a more user-friendly parsing of command-line options.