Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use sets for bool string check | David Lord | 2020-08-05 | 1 | -19/+19 |
* | Make ``BOOL`` accept the strings "on" and "off". Closes #1629. | John T. Wodder II | 2020-08-05 | 1 | -2/+2 |
* | f-strings everywhere | David Lord | 2020-04-20 | 1 | -5/+5 |
* | apply pyupgrade --py36-plus | David Lord | 2020-04-20 | 1 | -9/+8 |
* | manual cleanup | David Lord | 2020-03-08 | 1 | -30/+25 |
* | apply flake8 | David Lord | 2020-03-06 | 1 | -1/+1 |
* | apply black | David Lord | 2020-03-06 | 1 | -207/+217 |
* | apply reorder-python-imports | David Lord | 2020-03-06 | 1 | -0/+1 |
* | add repr to Command | Jimmy Zeng | 2020-02-24 | 1 | -0/+18 |
* | Add documentation for DateTime param type | Stephen Rosen | 2018-09-13 | 1 | -3/+5 |
* | Included click.DateTime type (with tests) | Santiago Basulto | 2018-09-13 | 1 | -0/+36 |
* | Fix test as well | SWu | 2018-04-17 | 1 | -1/+1 |
* | Merge branch '6.x-maintenance' | Armin Ronacher | 2017-12-23 | 1 | -1/+1 |
|\ | |||||
| * | Updated tests to work with newer pytest versions | Armin Ronacher | 2017-12-23 | 1 | -1/+1 |
* | | add boolean conversion test | axu2 | 2017-08-24 | 1 | -0/+22 |
* | | Add Float Range in Types | Denis Carriere | 2016-03-16 | 1 | -0/+33 |
* | | Add the ability to hide commands and options from help | Matt Robenolt | 2016-01-05 | 1 | -0/+44 |
|/ | |||||
* | Added support for return values from command callbacks. | Armin Ronacher | 2014-08-12 | 1 | -0/+10 |
* | Added subcommand chaining. | Armin Ronacher | 2014-08-11 | 1 | -0/+1 |
* | Fixed lack of clear reporting for paths | Armin Ronacher | 2014-05-21 | 1 | -2/+2 |
* | Implemented the Path type | Armin Ronacher | 2014-05-10 | 1 | -0/+49 |
* | Added strong support for a defined parameter callback evaluation order. | Armin Ronacher | 2014-05-07 | 1 | -0/+45 |
* | Added tests for lazy flags | Armin Ronacher | 2014-05-06 | 1 | -0/+42 |
* | Added count support and int ranges | Armin Ronacher | 2014-05-06 | 1 | -0/+33 |
* | Added test for required | Armin Ronacher | 2014-05-02 | 1 | -0/+11 |
* | Added metavars for choice test | Armin Ronacher | 2014-05-02 | 1 | -0/+3 |
* | Added tests for choice type | Armin Ronacher | 2014-05-02 | 1 | -0/+16 |
* | Added UUID type support | Armin Ronacher | 2014-05-02 | 1 | -0/+23 |
* | Made tests pass on 3.x | Armin Ronacher | 2014-04-30 | 1 | -2/+2 |
* | Added some tests for some options | Armin Ronacher | 2014-04-29 | 1 | -9/+102 |
* | Started a bit of test code | Armin Ronacher | 2014-04-29 | 1 | -0/+73 |