[GHC] #16380: HPC's CLI is awkward
GHC
ghc-devs at haskell.org
Sat Mar 2 16:50:32 UTC 2019
#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>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list