clap/src/app
Kevin K e75b6c7b75 feat(Completions): one can now generate a bash completions script at compile time
By using a build.rs "build script" one can now generate a bash completions script which allows tab
completions for the entire program, to include, subcommands, options, everything!

See the documentation for full examples and details.

Closes #376
2016-06-30 23:50:49 -04:00
..
help.rs refactor(term.rs): moved term.rs into it's own crate so others can pull in just that portion 2016-06-29 23:19:08 -04:00
macros.rs feat(Groups): one can now specify groups which require AT LEAST one of the args 2016-06-23 12:40:08 -04:00
meta.rs feat(Help): allows wrapping at specified term width (Even on Windows!) 2016-06-13 21:51:58 -04:00
mod.rs feat(Completions): one can now generate a bash completions script at compile time 2016-06-30 23:50:49 -04:00
parser.rs feat(Completions): one can now generate a bash completions script at compile time 2016-06-30 23:50:49 -04:00
settings.rs docs: fix typos 2016-06-24 12:23:08 +02:00