clap/src
Roman A. Taycher 38fb59abf4 feat(Authors Macro): adds a crate_authors macro
Adds a crate_authors! macro that fetches
crate authors from a (recently added)
cargo enviromental variable populated
from the Cargo file. Like the
crate_version macro.

Closes #447
2016-04-11 16:17:44 -07:00
..
app feat(Authors Macro): adds a crate_authors macro 2016-04-11 16:17:44 -07:00
args fix(Help Message): fixes bug where arg name is printed twice 2016-04-02 20:35:49 -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 tests(fmt): removes fmt tests from Windows builds 2015-12-18 09:01:59 -05: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 feat(Authors Macro): adds a crate_authors macro 2016-04-11 16:17:44 -07: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