clap/src
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
..
app feat(Help): adds support for displaying info before help message 2016-05-03 16:31:55 -04:00
args tests: adds tests for required_unless settings 2016-05-03 16:31:54 -04:00
errors.rs feat(Help Message): wraps and aligns the help message of subcommands 2016-03-16 10:17:00 -04:00
fmt.rs docs: hides formatting from docs 2016-05-02 18:04:10 -04:00
lib.rs fix(Help Message): fixes bug with wrapping in the middle of a unicode sequence 2016-03-27 16:01:17 -04:00
macros.rs Auto merge of #478 - hgrecco:template, r=kbknapp 2016-04-18 08:12:39 +09:00
osstringext.rs rename OsStrExt2::{is_empty,len} to {is_empty_,len_} 2016-02-21 11:18:26 -05:00
strext.rs fix(Help Message): fixes bug with wrapping in the middle of a unicode sequence 2016-03-27 16:01:17 -04:00
suggestions.rs fix clippy warnings 2016-02-22 18:36:57 -05:00
term.rs chore: fixes platform dependant libc calls 2016-03-14 08:00:11 -04:00
usage_parser.rs chore: changes some assertions to debug assertions 2016-03-10 16:33:39 -05:00