[Hackage] #272: Support 'cabal help' in addition to 'cabal --help'
#272: Support 'cabal help' in addition to 'cabal --help' ---------------------------------+------------------------------------------ Reporter: tibbe | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: 1.2.3.0 Severity: normal | Keywords: Difficulty: normal | Ghcversion: 6.8.2 Platform: | ---------------------------------+------------------------------------------ Many tools with a Cabal like interface (e.g. darcs, git, subversion, perforce) support {{{ <program name> help [<command>] }}} where leaving out the command gives the same behavior as {{{ <program name> --help }}} Supporting the same interface as may other tools would be nice for new users (who are likely to type help!) and experienced users as well (same syntax for all your tools). The first, and probably easiest thing would be to just support 'cabal help' but I would be nice with 'cabal help <command>' as well. -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/272> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#272: Support 'cabal help' in addition to 'cabal --help' ---------------------------------+------------------------------------------ Reporter: tibbe | Owner: Type: enhancement | Status: closed Priority: normal | Milestone: Component: cabal-install tool | Version: 1.2.3.0 Severity: normal | Resolution: fixed Keywords: | Difficulty: normal Ghcversion: 6.8.2 | Platform: ---------------------------------+------------------------------------------ Changes (by duncan): * status: new => closed * resolution: => fixed Comment: Done! {{{ Wed Apr 30 14:37:40 BST 2008 Duncan Coutts <duncan@haskell.org> * Add help command as per ticket #272 "cabal help" behaves like "cabal --help" "cabal help cmd" behaves like "cabal cmd --help" Should still work with command line completion. }}} -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/272#comment:1> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
participants (1)
-
Hackage