summaryrefslogtreecommitdiff
path: root/examples/bashcompletion
Commit message (Collapse)AuthorAgeFilesLines
* f-strings everywhereDavid Lord2020-04-201-1/+1
|
* apply pyupgrade --py36-plusDavid Lord2020-04-201-2/+2
|
* manual cleanupDavid Lord2020-03-081-3/+3
|
* apply flake8David Lord2020-03-062-2/+3
|
* apply blackDavid Lord2020-03-062-17/+13
|
* apply reorder-python-importsDavid Lord2020-03-061-1/+2
|
* Use Python sorting order for ZSH completions. Fixes #1047.Nicholas Wiles2018-09-121-5/+9
|
* support descriptions for zsh completionsNicholas Wiles2018-05-181-3/+3
| | | | | | use associative array for zsh completion response add documentation for completion help strings fix missing short_help on commands that broke ZSH auto documentation
* Allow returning of user completions that don’t always begin with the ↵Nicholas Wiles2017-10-061-2/+12
| | | | incomplete term.
* Update completion exampleNicholas Wiles2017-03-291-14/+7
|
* Merge branch 'master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-291-13/+12
| | | | | | | # Conflicts: # click/_bashcomplete.py # docs/bashcomplete.rst # tests/test_bashcomplete.py
* Updated tests for autocompletionNicholas Wiles2017-03-261-1/+1
|
* Fix bug preventing completion on subcommandsNic Wiles2017-03-191-0/+11
|
* Use already-parsed values of aruments to see whether they should be completed.Brett Bethke2015-12-211-3/+6
|
* Add exampleBrett Bethke2015-12-171-6/+10
|
* Added support for autocompletion of arguments, intending to fix issue #241Claudio Bandera2015-09-203-0/+48