summaryrefslogtreecommitdiff
path: root/docs/bashcomplete.rst
Commit message (Collapse)AuthorAgeFilesLines
* f-strings everywhereDavid Lord2020-04-191-3/+3
|
* clean up completion docsDavid Lord2020-03-051-61/+91
|
* fish completionJonathan Lestrelin2020-03-051-4/+6
|
* clarify multiple optionsChris Sullins2020-02-231-4/+4
|
* support descriptions for zsh completionsNicholas Wiles2018-05-181-4/+30
| | | | | | use associative array for zsh completion response add documentation for completion help strings fix missing short_help on commands that broke ZSH auto documentation
* Enable native completion for zshNicholas Wiles2018-05-151-10/+9
|
* Clean up Sphinx errors.Jacob Tolar2017-10-281-1/+1
|
* Update bash completion docsNicholas Wiles2017-05-021-1/+1
|
* Always add autocomplete to ParamNicholas Wiles2017-03-301-2/+2
|
* Merge branch 'master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-291-25/+24
|\ | | | | | | | | | | | | # Conflicts: # click/_bashcomplete.py # docs/bashcomplete.rst # tests/test_bashcomplete.py
| * Issue #535: Bash completion for click.Choice()Peter Kelley2017-03-281-3/+16
| | | | | | | | | | | | | | | | Added support for bash completion of type=click.Choice Options and Arguments. Added comprehensive tests for bash completion. There are many scenarios present for arguments.
* | Merge remote-tracking branch 'click/master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-261-1/+1
|\ \ | |/ | | | | | | | | | | # Conflicts: # click/__init__.py # click/_bashcomplete.py # tests/test_bashcomplete.py
| * Fix typos in docs (#623)Radovan Bast2017-01-291-1/+1
| |
* | Add exampleBrett Bethke2015-12-171-8/+8
| |
* | Add documentation on how callback function autocompletion worksBrett Bethke2015-12-171-4/+29
| |
* | Starting to add new docsBrett Bethke2015-12-171-4/+7
| |
* | Fixed a typo in documentationClaudio Bandera2015-09-201-1/+1
| |
* | Added support for autocompletion of arguments, intending to fix issue #241Claudio Bandera2015-09-201-0/+10
|/
* Capitalized instances of Click (addressing #128)Kevin Yap2014-06-141-4/+4
|
* Documentation fixesKevin Yap2014-06-011-10/+10
|
* Documentation fixesKevin Yap2014-05-301-13/+13
|
* Docs: several fixesJulen Ruiz Aizpuru2014-05-291-2/+2
|
* Added basic bash complete support.Armin Ronacher2014-05-291-0/+69