summaryrefslogtreecommitdiff
path: root/click/_bashcomplete.py
Commit message (Expand)AuthorAgeFilesLines
* update metadatametaDavid Lord2018-09-241-2/+6
* Remove hidden commands and options from completion resultsNicholas Wiles2018-09-121-10/+22
* Use Python sorting order for ZSH completions. Fixes #1047.Nicholas Wiles2018-09-121-4/+18
* Merge with upstream changes and use resilient_parsing flag to ignore default ...Nicholas Wiles2018-09-101-6/+4
|\
* | Fix bash completion when defaults are present and the way subcommands are han...Nicholas Wiles2018-07-031-18/+28
|/
* support descriptions for zsh completionsNicholas Wiles2018-05-181-19/+41
* Explicitly check for zsh source var when determining shell type.Nicholas Wiles2018-05-151-1/+1
* Enable native completion for zshNicholas Wiles2018-05-151-6/+22
* Fix empty return path in get_choicesNicholas Wiles2017-10-091-1/+1
* Cleanup get_choices() to leverage early returns.Nicholas Wiles2017-10-091-42/+38
* Clean up whitespace with autopep8.Nicholas Wiles2017-10-061-12/+16
* Allow returning of user completions that don’t always begin with the incomp...Nicholas Wiles2017-10-061-4/+9
* fix overzealous completion when required options are presentNicholas Wiles2017-05-311-23/+32
* Merge pull request #773 from stopthatcow/feature/allow_spaces_in_completionsMarkus Unterwaditzer2017-05-051-0/+1
|\
| * Allow spaces in bash completion resultsNicholas Wiles2017-05-021-0/+1
* | Fix bashautocompletion of arguments on chained commandsNicholas Wiles2017-05-021-5/+14
|/
* avoid creating empty list in bash completion if not neededNicholas Wiles2017-04-151-7/+6
* use generator when returning completionsNicholas Wiles2017-04-151-5/+6
* Always add autocomplete to ParamNicholas Wiles2017-03-301-1/+1
* Documentation cleanupNicholas Wiles2017-03-291-1/+3
* Merge branch 'master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-291-25/+114
|\
| * Issue #535: Bash completion for click.Choice()Peter Kelley2017-03-281-7/+104
* | Add choices to autocompletionNicholas Wiles2017-03-271-2/+7
* | Merge remote-tracking branch 'click/master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-261-1/+1
|\ \ | |/
| * Fix #630: Bash completion for nested commands brokenPeter Kelley2016-08-191-2/+2
* | Updated tests for autocompletionNicholas Wiles2017-03-261-5/+4
* | Fix bug preventing completion on subcommandsNic Wiles2017-03-191-1/+1
* | fix mergeNic Wiles2017-03-191-2/+2
* | Merge branch 'feature/parameter_autocompletion' of github.com:bb4242/click in...I2016-09-201-2/+17
|\ \ | |/ |/|
| * Use already-parsed values of aruments to see whether they should be completed.Brett Bethke2015-12-211-2/+3
| * Slight renamingBrett Bethke2015-12-161-1/+1
| * Allow dynamic generation of the autocompletion list using a callback.Brett Bethke2015-12-161-1/+7
| * Fixed a bug, where autocompletion would not work for nested multicommandsClaudio Bandera2015-10-031-1/+2
| * Bugfix: Only 'nargs' completions are givenClaudio Bandera2015-09-211-4/+5
| * Added support for autocompletion of arguments, intending to fix issue #241Claudio Bandera2015-09-201-2/+8
* | bashcomplete: Adapt to changes for chain commandsMarkus Unterwaditzer2016-03-241-15/+20
|/
* Fixed generated bash complete function name. This fixes #221Armin Ronacher2015-03-311-1/+5
* Modify _bashcomplete for zsh useDwight Holman2015-01-301-1/+1
* Added vendoring support to click.Armin Ronacher2014-07-271-3/+3
* Moved bashcomplete into an internal module by name.Armin Ronacher2014-05-291-0/+74