Open
Description
Lots of commands take targets.
Originally posted by @philderbeast in #9744 (comment)
I thought of maybe listing the commands that take targets but quickly gave up, not wanting to scroll up past 6 pages of global flags to see whether the command takes [TARGETS]
;
$ cabal build --help
Compile targets within the project.
Usage: cabal build [TARGETS] [FLAGS]
Description ...
Flags for build (includes global flags):
...
1st page of flags
2nd " " "
3rd " " "
4th " " "
5th " " "
6th " " "
Examples ...
Can we not show the global flags by default?
Activity