ndmitchell / cmdargs

Haskell library for command line argument processing
Other
91 stars 12 forks source link

--help showing partial information should explain how to find more #26

Open ndmitchell opened 9 years ago

ndmitchell commented 9 years ago

Originally from http://code.google.com/p/ndmitchell/issues/detail?id=540:

darcs --help prints out:

Use 'darcs COMMAND --help' for help on a single command.

CmdArgs should do something similar, explaining how to find the additional information.