summaryrefslogtreecommitdiff
path: root/src/click/shell_completion.py
Commit message (Expand)AuthorAgeFilesLines
* shell completion prioritizes option values over new optionsPaul Spangler2022-03-281-9/+8
* Update shell completion to use COMPREPLY instead of COMREPLY for BashAshwin Madavan2021-12-281-2/+2
* completion arguments may start with a "/"Sam Schott2021-07-041-1/+6
* bash version detection is locale independentJan Losinski2021-07-031-2/+4
* add typing annotationsDavid Lord2021-04-231-36/+65
* mark more messages for translationDavid Lord2021-04-031-3/+6
* initial type checking configurationIwan Aucamp2021-02-151-5/+6
* get default before processing valueDavid Lord2020-10-101-18/+19
* swap order of instruction stringDavid Lord2020-10-071-6/+6
* pass extra context settings to completionDavid Lord2020-10-031-6/+10
* don't pass all args to shell_complete methodsDavid Lord2020-10-031-2/+2
* return list of CompletionItem objectsDavid Lord2020-10-031-12/+39
* documentation for new shell completion systemAmy2020-10-031-1/+1
* tests for new shell completion systemKai Chen2020-10-031-1/+3
* redesign shell completion systemAmy2020-10-031-0/+507