| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | f-strings everywhere | David Lord | 2020-04-19 | 1 | -7/+7 |
| | | |||||
| * | Merge branch '7.x' | David Lord | 2019-08-01 | 1 | -3/+5 |
| |\ | |||||
| | * | Added method and command to update and write aliases.ini file with new aliases | chusband | 2019-08-01 | 1 | -3/+5 |
| | | | |||||
| * | | Added documentation on how to use get_parameter_source. Added DEFAULT_MAP as ↵ | Joshua Storck | 2019-05-31 | 1 | -0/+27 |
| |/ | | | | a source and added unit tests for it. | ||||
| * | Make the build reproducible | Chris Lamb | 2018-04-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Whilst working on the Reproducible Builds effort [0], we noticed that click could not be built reproducibly. This is due to the documentation containing non-determinstic output such as memory contents or the output of timeit. This was originally filed in Debian as #895270 [1]. [0] https://reproducible-builds.org/ [1] https://bugs.debian.org/895270 Signed-off-by: Chris Lamb <lamby@debian.org> | ||||
| * | fix typo reassmebled => reassembled (#884) | jacobtolar | 2018-03-31 | 1 | -1/+1 |
| | | |||||
| * | Fix typos in docs (#623) | Radovan Bast | 2017-01-29 | 1 | -1/+1 |
| | | |||||
| * | Fixed a typo in the advanced help docs | Adam Petrovic | 2016-02-08 | 1 | -1/+1 |
| | | |||||
| * | Documented the use of get_current_context | Armin Ronacher | 2015-07-15 | 1 | -0/+39 |
| | | |||||
| * | Added example on ignoring of unknown options. | Armin Ronacher | 2014-09-09 | 1 | -0/+95 |
| | | |||||
| * | first -> last | Armin Ronacher | 2014-08-12 | 1 | -1/+1 |
| | | |||||
| * | two -> three | Armin Ronacher | 2014-08-12 | 1 | -1/+1 |
| | | |||||
| * | Added a chapter for parameter modifications | Armin Ronacher | 2014-08-12 | 1 | -0/+55 |
| | | |||||
| * | Capitalized instances of Click (addressing #128) | Kevin Yap | 2014-06-14 | 1 | -7/+7 |
| | | |||||
| * | Improved documentation of token normalization | Kevin Yap | 2014-06-05 | 1 | -14/+13 |
| | | |||||
| * | defaults -> settings | Armin Ronacher | 2014-06-05 | 1 | -2/+2 |
| | | |||||
| * | Added example for token normalization. | Armin Ronacher | 2014-06-05 | 1 | -0/+29 |
| | | |||||
| * | Documentation fixes | Kevin Yap | 2014-06-01 | 1 | -15/+15 |
| | | |||||
| * | Documentation fixes | Kevin Yap | 2014-05-30 | 1 | -18/+18 |
| | | |||||
| * | Moved pager support in the docs | Armin Ronacher | 2014-05-30 | 1 | -17/+0 |
| | | |||||
| * | Docs: fixes | Julen Ruiz Aizpuru | 2014-05-08 | 1 | -10/+10 |
| | | |||||
| * | Added strong support for a defined parameter callback evaluation order. | Armin Ronacher | 2014-05-07 | 1 | -0/+60 |
| | | |||||
| * | Added notes on no auto correction | Armin Ronacher | 2014-05-06 | 1 | -0/+2 |
| | | |||||
| * | Added example for pager | Armin Ronacher | 2014-05-02 | 1 | -0/+17 |
| | | |||||
| * | Added missing list_commands parameter for AliasedGroup example in docs | Fotis Gimian | 2014-05-02 | 1 | -1/+1 |
| | | |||||
| * | Added a missing currentmodule directive | Armin Ronacher | 2014-04-30 | 1 | -0/+2 |
| | | |||||
| * | Moved the command invoke docs | Armin Ronacher | 2014-04-30 | 1 | -0/+38 |
| | | |||||
| * | More automated docs | Armin Ronacher | 2014-04-26 | 1 | -2/+6 |
| | | |||||
| * | Added an example for aliases | Armin Ronacher | 2014-04-26 | 1 | -0/+56 |
