clap/src
Hernan Grecco 9b23e7ee40 imp(parser.rs): Expose Parser's flags, opts and positionals argument as iterators
Writing the help requires read only access to Parser's flags, opts
and positionals. This commit provides 3 functions returning iterators
over those collections (`iter_*`) allowing to have function outside
the parser to generate the help.
2016-04-13 07:06:22 -03:00
..
app imp(parser.rs): Expose Parser's flags, opts and positionals argument as iterators 2016-04-13 07:06:22 -03:00
args imp(src/args): Exposes argument display order by introducing a new Trait 2016-04-13 07:06:22 -03: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 Use ::std::result::Result to make macro hygienic. 2016-04-01 22:03:29 +02: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