mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
e39aeab848
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. |
||
---|---|---|
.. | ||
app | ||
args | ||
completions | ||
errors.rs | ||
fmt.rs | ||
lib.rs | ||
macros.rs | ||
map.rs | ||
osstringext.rs | ||
strext.rs | ||
suggestions.rs | ||
usage_parser.rs |