summaryrefslogtreecommitdiff
path: root/docs/advanced.rst
Commit message (Collapse)AuthorAgeFilesLines
* f-strings everywhereDavid Lord2020-04-191-7/+7
|
* Merge branch '7.x'David Lord2019-08-011-3/+5
|\
| * Added method and command to update and write aliases.ini file with new aliaseschusband2019-08-011-3/+5
| |
* | Added documentation on how to use get_parameter_source. Added DEFAULT_MAP as ↵Joshua Storck2019-05-311-0/+27
|/ | | | a source and added unit tests for it.
* Make the build reproducibleChris Lamb2018-04-091-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)jacobtolar2018-03-311-1/+1
|
* Fix typos in docs (#623)Radovan Bast2017-01-291-1/+1
|
* Fixed a typo in the advanced help docsAdam Petrovic2016-02-081-1/+1
|
* Documented the use of get_current_contextArmin Ronacher2015-07-151-0/+39
|
* Added example on ignoring of unknown options.Armin Ronacher2014-09-091-0/+95
|
* first -> lastArmin Ronacher2014-08-121-1/+1
|
* two -> threeArmin Ronacher2014-08-121-1/+1
|
* Added a chapter for parameter modificationsArmin Ronacher2014-08-121-0/+55
|
* Capitalized instances of Click (addressing #128)Kevin Yap2014-06-141-7/+7
|
* Improved documentation of token normalizationKevin Yap2014-06-051-14/+13
|
* defaults -> settingsArmin Ronacher2014-06-051-2/+2
|
* Added example for token normalization.Armin Ronacher2014-06-051-0/+29
|
* Documentation fixesKevin Yap2014-06-011-15/+15
|
* Documentation fixesKevin Yap2014-05-301-18/+18
|
* Moved pager support in the docsArmin Ronacher2014-05-301-17/+0
|
* Docs: fixesJulen Ruiz Aizpuru2014-05-081-10/+10
|
* Added strong support for a defined parameter callback evaluation order.Armin Ronacher2014-05-071-0/+60
|
* Added notes on no auto correctionArmin Ronacher2014-05-061-0/+2
|
* Added example for pagerArmin Ronacher2014-05-021-0/+17
|
* Added missing list_commands parameter for AliasedGroup example in docsFotis Gimian2014-05-021-1/+1
|
* Added a missing currentmodule directiveArmin Ronacher2014-04-301-0/+2
|
* Moved the command invoke docsArmin Ronacher2014-04-301-0/+38
|
* More automated docsArmin Ronacher2014-04-261-2/+6
|
* Added an example for aliasesArmin Ronacher2014-04-261-0/+56