| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | apply pyupgrade --py36-plus | David Lord | 2020-04-19 | 1 | -1/+0 |
| | | |||||
| * | apply black | David Lord | 2020-03-06 | 1 | -176/+241 |
| | | |||||
| * | apply reorder-python-imports | David Lord | 2020-03-06 | 1 | -1/+0 |
| | | |||||
| * | don't complete options after separator | bertolinocastro | 2020-02-26 | 1 | -0/+27 |
| | | |||||
| * | Remove hidden commands and options from completion results | Nicholas Wiles | 2018-09-12 | 1 | -0/+36 |
| | | |||||
| * | Fix bash completion when defaults are present and the way subcommands are ↵ | Nicholas Wiles | 2018-07-03 | 1 | -24/+100 |
| | | | | | | | | | handled. This makes the completion logic behave the same way the paser does. Fixes #925 Fixes #919 | ||||
| * | support descriptions for zsh completions | Nicholas Wiles | 2018-05-18 | 1 | -86/+97 |
| | | | | | | | 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 Wiles | 2017-10-06 | 1 | -4/+20 |
| | | | | | incomplete term. | ||||
| * | fix overzealous completion when required options are present | Nicholas Wiles | 2017-05-31 | 1 | -4/+5 |
| | | |||||
| * | Fix bashautocompletion of arguments on chained commands | Nicholas Wiles | 2017-05-02 | 1 | -0/+26 |
| | | |||||
| * | use generator when returning completions | Nicholas Wiles | 2017-04-15 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'master' into feature/bash_autocompletion_6.6 | Nicholas Wiles | 2017-03-29 | 1 | -0/+167 |
| |\ | | | | | | | | | | | | | # Conflicts: # click/_bashcomplete.py # docs/bashcomplete.rst # tests/test_bashcomplete.py | ||||
| | * | Issue #535: Bash completion for click.Choice() | Peter Kelley | 2017-03-28 | 1 | -0/+167 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Add choices to autocompletion | Nicholas Wiles | 2017-03-27 | 1 | -2/+9 |
| | | | |||||
| * | | Merge remote-tracking branch 'click/master' into feature/bash_autocompletion_6.6 | Nicholas Wiles | 2017-03-26 | 1 | -15/+45 |
| |\ \ | |/ | | | | | | | | | | | # Conflicts: # click/__init__.py # click/_bashcomplete.py # tests/test_bashcomplete.py | ||||
| | * | Fix #630: Bash completion for nested commands broken | Peter Kelley | 2016-08-19 | 1 | -1/+43 |
| | | | | | | | | | | | | | When concatenating protected_args and args, protected_args should be prepended. Otherwise the arguments are out of order and an incorrect subcommand is choosen. | ||||
| * | | Updated tests for autocompletion | Nicholas Wiles | 2017-03-26 | 1 | -1/+19 |
| |/ | |||||
| * | bashcomplete: Adapt to changes for chain commands | Markus Unterwaditzer | 2016-03-24 | 1 | -0/+20 |
| Done in 0a2919f34fcbc635d8530b4c5b60bf119b2bcedb Fix #471 | |||||
