summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* add bool conversions for t and faxu22017-08-171-2/+2
* Option naming: add test and documentation for existing functionalityEric L Frederich2017-05-221-2/+12
* Update bash completion docsNicholas Wiles2017-05-021-1/+1
* Always add autocomplete to ParamNicholas Wiles2017-03-301-2/+2
* Merge branch 'master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-291-25/+24
|\
| * Issue #535: Bash completion for click.Choice()Peter Kelley2017-03-281-3/+16
* | Merge remote-tracking branch 'click/master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-269-21/+24
|\ \ | |/
| * Fix typos in docs (#623)Radovan Bast2017-01-295-5/+5
| * Update python3.rstMorgan Campbell2016-04-271-1/+1
| * issue #540: Fix spelling error in quickstartRyan Siemens2016-04-121-1/+1
| * Merge pull request #538 from DenisCarriere/masterMarkus Unterwaditzer2016-04-051-0/+3
| |\
| | * Add Float Range in TypesDenis Carriere2016-03-161-0/+3
| * | Update quickstart.rstJosé Carlos García2016-04-021-9/+9
| * | Update commands.rstJosé Carlos García2016-04-021-1/+1
| * | Update sidebarintro.htmlJosé Carlos García2016-04-021-2/+2
| |/
| * Fixed a typo in the advanced help docsAdam Petrovic2016-02-081-1/+1
| * fix minor doc typo: "pf" -> "of"Tal Einat2015-12-031-1/+1
* | Merge branch 'feature/parameter_autocompletion' of github.com:bb4242/click in...I2016-09-201-1/+39
|\ \ | |/ |/|
| * Add exampleBrett Bethke2015-12-171-8/+8
| * Add documentation on how callback function autocompletion worksBrett Bethke2015-12-171-4/+29
| * Starting to add new docsBrett Bethke2015-12-171-4/+7
| * Merge branch 'master' into feature/parameter_autocompletionClaudio Bandera2015-11-135-2/+101
| |\
| * | Fixed a typo in documentationClaudio Bandera2015-09-201-1/+1
| * | Added support for autocompletion of arguments, intending to fix issue #241Claudio Bandera2015-09-201-0/+10
* | | Disable chain commandsArmin Ronacher2015-11-271-20/+3
* | | Added BadArgumentUsage to docsArmin Ronacher2015-11-241-0/+2
* | | Implemented nesting below chain commands.Armin Ronacher2015-11-241-0/+22
| |/ |/|
* | Documented wincmdArmin Ronacher2015-11-064-1/+96
* | Added missing moduleArmin Ronacher2015-11-051-0/+4
* | Fix a bug in the docsTaylor Edmiston2015-10-121-1/+1
* | Fixed a bug in the docsArmin Ronacher2015-10-041-1/+1
|/
* Make it possible to define aliases for the secondary option of boolean flags....Armin Ronacher2015-09-151-0/+23
* We're not rejecting multi commands below chained multi commands. This fixes ...Armin Ronacher2015-09-151-1/+2
* Add documentation for click-contribMarkus Unterwaditzer2015-08-162-0/+26
* Correct typoDominic R. May2015-08-121-1/+1
* Remove shipped themeArmin Ronacher2015-08-077-517/+2
* Revert "use source command to activate virtualenv"Armin Ronacher2015-08-061-1/+1
* use source command to activate virtualenvPavlos Ratis2015-08-051-1/+1
* Added link to example github issue.Armin Ronacher2015-08-041-1/+3
* Warn about the use of unicode_literalsArmin Ronacher2015-08-041-0/+21
* Change some it's to its.Gordon Fierce2015-07-211-3/+3
* Documented the use of get_current_contextArmin Ronacher2015-07-152-0/+41
* Add note about subcommands testing. Closes #377Alexander Pyatkin2015-07-141-0/+23
* Update setuptools.rst: fix typolord632015-06-261-1/+1
* minor grammar fixesNicholas Chammas2015-04-251-3/+3
* Document use of a callable for the default value of an optionPaul Moore2015-04-081-0/+21
* Automatically set the date in the docsArmin Ronacher2015-03-311-1/+2
* Fixed broken docs.Armin Ronacher2015-03-311-3/+3
* Added support for tuple types. This fixes #239Armin Ronacher2015-03-312-0/+38
* Don't use uname in examples. This fixes #268Armin Ronacher2015-03-311-3/+3