-
Notifications
You must be signed in to change notification settings - Fork 725
Open
Labels
attention: pr-welcomecabal-install: cmd/runre: error-messageConcerning error messages delivered to the userConcerning error messages delivered to the usertype: enhancement
Description
When I run
cabal new-run
it (usually) picks a sensible target to run. But then I want to pass arguments, like
cabal new-run -- --help
and I get
$ cabal new-run -- --help
cabal: Unknown target '--help'.
There is no component '--help'.
The project has no package '--help'
I see how that can be justified if -- means “treat the rest as non-option arguments”, but I find “pass the rest to the called function” more usefull.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
attention: pr-welcomecabal-install: cmd/runre: error-messageConcerning error messages delivered to the userConcerning error messages delivered to the usertype: enhancement