clap/src
Segev Finer e39aeab848 feat(completions/zsh.rs): Complete positional arguments properly
This changes the way we complete positionals to complete them using
_arguments, as should be done, instead of completing their uppercase name
as a string.

Currently I made it offer _files completion for all positional arguments.
This can be improved to complete actual possible values of the arguments
and only complete files if the argument truly takes them. But this will
require further changes in clap to actually have the required
functionality to get this information.
2018-01-14 07:12:14 +02:00
..
app tests: cleans up certain test cases litle by little 2018-01-09 10:53:20 -05:00
args perf: debloats clap by deduplicating logic and refactors 2018-01-09 10:53:20 -05:00
completions feat(completions/zsh.rs): Complete positional arguments properly 2018-01-14 07:12:14 +02:00
errors.rs perf: further debloating by removing generics from error cases 2018-01-09 10:53:20 -05:00
fmt.rs style: rustfmt run 2017-11-28 08:57:04 -05:00
lib.rs chore: udpates html doc root 2018-01-09 12:02:35 -05:00
macros.rs perf: debloats clap by deduplicating logic and refactors 2018-01-09 10:53:20 -05:00
map.rs style: rustfmt run 2017-11-28 08:57:04 -05:00
osstringext.rs style: rustfmt run 2017-11-28 08:57:04 -05:00
strext.rs style: rustfmt run 2016-05-06 17:52:23 -04:00
suggestions.rs style: rustfmt run 2017-11-28 08:57:04 -05:00
usage_parser.rs style: rustfmt run 2017-11-28 08:57:04 -05:00