#16380: HPC's CLI is awkward
"GHC" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.glasgow.bugs |
|---|---|
| Message-ID | <[email protected]> |
#16380: HPC's CLI is awkward
-------------------------------------+-------------------------------------
Reporter: MaxGabriel | Owner: (none)
Type: feature | Status: new
request |
Priority: normal | Milestone:
Component: Code Coverage | Version:
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
hpc's command line interface could be brought more in line with other
Haskell tools (and most CLIs I've used). I would expect all of the
following commands to work:
{{{
hpc --version
hpc --help
hpc markup --help
}}}
Currently these commands are:
{{{
hpc version
hpc help
hpc help markup
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16380>