#1226: Add flags --full-flag-help and --print-docdir
-----------------------------+----------------------------------------------
 Reporter:  igloo            |          Owner:  igloo     
     Type:  feature request  |         Status:  new       
 Priority:  normal           |      Milestone:  6.8 branch
Component:  Driver           |        Version:  6.6       
 Severity:  normal           |     Resolution:            
 Keywords:                   |     Difficulty:  Unknown   
 Testcase:                   |   Architecture:  Unknown   
       Os:  Unknown          |  
-----------------------------+----------------------------------------------
Comment (by simonmar):

 I was tempted to turn the man page into `.txt` and spit that out in
 response to `ghc --full-help` or whatever.  Then you have `grep` and
 `more` to inspect the output.  Isn't that much simpler?

 No extra tools are required, the `.txt` would come with the Windows
 distribution.  Turning the man page into `.txt` is a simple matter of
 `nroff -mandoc -c -Tascii ghc.1` (if I recall correctly).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1226#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to