clap/src/app
Kevin K d8e4dbc961 feat(Help): adds support for displaying info before help message
Can now use the `App::before_help` method to add additional information
that will be displayed prior to the help message. Common uses are
copyright, or license information.
2016-05-03 16:31:55 -04:00
..
help.rs feat(Help): adds support for displaying info before help message 2016-05-03 16:31:55 -04:00
macros.rs refactor(macros): implements a slightly better arg_post_processing 2016-02-02 07:45:49 -05:00
meta.rs feat(Help): adds support for displaying info before help message 2016-05-03 16:31:55 -04:00
mod.rs feat(Help): adds support for displaying info before help message 2016-05-03 16:31:55 -04:00
parser.rs feat(Required): adds allowing args that are required unless certain args are present 2016-05-03 16:31:54 -04:00
settings.rs feat(HELP): implements optional colored help messages 2016-04-18 00:05:43 -07:00