Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Remove leftover print function in test used for previous debugging (#876) | Jon Dufresne | 2018-03-31 | 1 | -1/+0 | |
| * | | | | Fix invalid escape sequences discovered by running tests (#877) | Jon Dufresne | 2018-03-31 | 1 | -1/+1 | |
| * | | | | Underscores are now replaced by dashes in commands | Armin Ronacher | 2018-03-31 | 2 | -6/+20 | |
| * | | | | Merge branch '6.x-maintenance' | Armin Ronacher | 2017-12-23 | 3 | -6/+7 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Updated tests to work with newer pytest versions | Armin Ronacher | 2017-12-23 | 3 | -6/+7 | |
| * | | | | Allow returning of user completions that don’t always begin with the incomp... | Nicholas Wiles | 2017-10-06 | 1 | -4/+20 | |
| * | | | | Merge commit '752ff79d680fceb26d2a93f1eef376d90823ec47' into feature/790 | Nicholas Wiles | 2017-10-05 | 1 | -0/+22 | |
| |\ \ \ \ | ||||||
| | * | | | | add boolean conversion test | axu2 | 2017-08-24 | 1 | -0/+22 | |
| * | | | | | fix overzealous completion when required options are present | Nicholas Wiles | 2017-05-31 | 1 | -4/+5 | |
| |/ / / / | ||||||
| * | | | | Option naming: add test and documentation for existing functionality | Eric L Frederich | 2017-05-22 | 1 | -3/+7 | |
| * | | | | Merge branch '6.x-maintenance' | Markus Unterwaditzer | 2017-05-21 | 1 | -0/+22 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Bug fix #793; use the first defined long name | Eric L Frederich | 2017-05-19 | 1 | -0/+22 | |
| | * | | | Backport fixes for autocompletion on chained commands | Nicholas Wiles | 2017-05-04 | 1 | -0/+25 | |
| * | | | | 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 | |
| |\ \ \ \ | ||||||
| | * | | | | Issue #535: Bash completion for click.Choice() | Peter Kelley | 2017-03-28 | 1 | -0/+167 | |
| | | |/ / | | |/| | | ||||||
| * | | | | 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 | 6 | -16/+286 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Refine testcase | Markus Unterwaditzer | 2016-11-04 | 1 | -7/+10 | |
| | * | | | Added list of choices to termui prompt for user data if the data requested is... | Rovanion Luckey | 2016-11-02 | 1 | -0/+17 | |
| | * | | | Add support to invoke args as string | Fabio Menegazzo | 2016-10-05 | 1 | -0/+20 | |
| | * | | | Merge branch '6.x-maintenance' | Markus Unterwaditzer | 2016-09-19 | 1 | -1/+1 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Handle SIGPIPE in click.echo(). | Oscar Bonilla | 2016-09-19 | 1 | -1/+1 | |
| | * | | | Merge branch '6.x-maintenance' | Markus Unterwaditzer | 2016-08-29 | 1 | -0/+19 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Fix test runner not saving caller env correctly | Patrick Mézard | 2016-08-29 | 1 | -0/+19 | |
| | * | | | Merge branch '6.x-maintenance' | Markus Unterwaditzer | 2016-08-19 | 1 | -1/+43 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Fix #630: Bash completion for nested commands broken | Peter Kelley | 2016-08-19 | 1 | -1/+43 | |
| | * | | | Merge pull request #557 from Nudies/master | Markus Unterwaditzer | 2016-04-15 | 1 | -0/+67 | |
| | |\ \ \ | ||||||
| | | * | | | issue #393: Add more tests to support changes. | Ryan Siemens | 2016-04-14 | 1 | -0/+32 | |
| | | * | | | issue #393: Usage error should show there is a --help option | Ryan Siemens | 2016-04-12 | 1 | -0/+35 | |
| | * | | | | secho print empty string if it takes None | her0e1c1 | 2016-04-08 | 1 | -0/+7 | |
| | |/ / / | ||||||
| | * | | | Merge pull request #538 from DenisCarriere/master | Markus Unterwaditzer | 2016-04-05 | 1 | -0/+33 | |
| | |\ \ \ | ||||||
| | | * | | | Add Float Range in Types | Denis Carriere | 2016-03-16 | 1 | -0/+33 | |
| | * | | | | Merge branch '6.x-maintenance' | Markus Unterwaditzer | 2016-04-04 | 1 | -0/+11 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | * | | | | bashcomplete: Adapt to changes for chain commands | Markus Unterwaditzer | 2016-03-24 | 1 | -0/+20 | |
| | | |/ / | | |/| | | ||||||
| | * | | | Add the ability to hide commands and options from help | Matt Robenolt | 2016-01-05 | 1 | -0/+44 | |
| * | | | | Updated tests for autocompletion | Nicholas Wiles | 2017-03-26 | 1 | -1/+19 | |
| | |/ / | |/| | | ||||||
| * | | | Fix UnboundLocalError in click.Path | Markus Unterwaditzer | 2016-04-04 | 1 | -0/+11 | |
| * | | | bashcomplete: Adapt to changes for chain commands | Markus Unterwaditzer | 2016-03-24 | 1 | -0/+20 | |
* | | | | Merge pull request #1002 from fdavis/customize_short_width | Dan Sully | 2018-05-15 | 1 | -1/+7 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | allow specify short width to address cmd formatting | Fletcher Davis | 2018-05-15 | 1 | -1/+7 | |
* | | | | Adding a test checking for a custom param type related to #675 | JosiahDub | 2018-05-15 | 1 | -0/+20 | |
|/ / / | ||||||
* | | | Add missing fake clock in termui tests | Jan Christoph Bischko | 2018-05-15 | 1 | -2/+7 | |
* | | | Fix test for delayed progress bar display | Jan Christoph Bischko | 2018-05-15 | 11 | -33/+851 | |
| |/ |/| | ||||||
* | | length hint test: ensure iterator compatibility for older python versions | Ronny Pfannschmidt | 2015-12-13 | 1 | -0/+2 | |
* | | introduce int_types compat to fix python3 type error in _length_hint | Ronny Pfannschmidt | 2015-12-13 | 1 | -0/+28 | |
|/ | ||||||
* | Disable chain commands | Armin Ronacher | 2015-11-27 | 1 | -0/+1 | |
* | Implemented defaults for args with nargs > 1. | Armin Ronacher | 2015-11-24 | 1 | -0/+18 | |
* | Implemented nesting below chain commands. | Armin Ronacher | 2015-11-24 | 1 | -6/+38 |