-
Notifications
You must be signed in to change notification settings - Fork 714
Open
Labels
cabal-install: cmd/cleandocumentationre: help-textConcerning option --help and hints given to the userConcerning option --help and hints given to the usertype: enhancement
Description
$ cabal-3.14.1.1 clean --help
Clean the package store and remove temporary files.
Usage: cabal-3.14.1.1 new-clean [FLAGS]
Removes all temporary files created during the building process (.hi, .o,
preprocessed sources, etc.) and also empties out the local caches (by
default).
Flags for clean:
...
--builddir=DIR The directory where Cabal puts generated build
files (default dist)
- That should be
dist-newstyle
rather thandist
, I suppose. new-clean
should be justclean
(correct would also bev2-clean
but thev2
prefix is generally not printed).
I also think it would be good that the help text "Removes all temporary files..." would add the clarification "in DIR (see --builddir below)".
Metadata
Metadata
Assignees
Labels
cabal-install: cmd/cleandocumentationre: help-textConcerning option --help and hints given to the userConcerning option --help and hints given to the usertype: enhancement