summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Update why.rstGuilherme Felix da Silva Maciel2021-04-191-12/+12
* rename resultcallback to result_callbackDavid Lord2021-04-122-3/+3
* typing for pass decoratorsDavid Lord2021-03-051-0/+1
* add pass_meta_key decoratorDavid Lord2021-03-051-0/+3
* use lowercase click nameRohit Goswami2021-03-021-1/+1
* option callback is invoked when validating prompt valueSaif8073802021-02-241-7/+12
* docs rename changelog to changesDavid Lord2021-02-242-1/+1
* update project linksDavid Lord2021-02-241-3/+5
* always install colorama on WindowsDavid Lord2021-02-152-15/+9
* fix some examples in options docsDavid Lord2021-02-151-27/+36
* custom temp directory with CLIRunner.isolated_filesystemDiaga2021-02-151-0/+13
* add FloatRange to API docs (#1719)Elias Rosendahl Jensen2020-11-301-0/+2
* release version 8.0.0a18.0.0a1Amy2020-11-251-0/+0
* Added examples of default to boolean flags section (#1697)lrjball2020-10-231-0/+2
* add ability to provide non-flag option without valueAmy2020-10-121-0/+51
* ParameterSource is an Enum subclassAlan Velasco2020-10-072-3/+10
* swap order of instruction stringDavid Lord2020-10-071-22/+18
* don't pass all args to shell_complete methodsDavid Lord2020-10-031-3/+2
* rename autocompletion to shell_completeDavid Lord2020-10-031-3/+4
* return list of CompletionItem objectsDavid Lord2020-10-032-7/+12
* documentation for new shell completion systemAmy2020-10-035-164/+304
* Fixed a copy-paste typo in autocompleteMészáros Máté Róbert2020-08-251-1/+1
* show group.add_command in quickstartgrbd2020-08-131-0/+24
* refactor int, float, and range types with common basesDavid Lord2020-08-121-21/+16
* add an ExitStack to the contextMatthias Urlichs2020-08-091-0/+74
* use sets for bool string checkDavid Lord2020-08-051-4/+4
* Make ``BOOL`` accept the strings "on" and "off". Closes #1629.John T. Wodder II2020-08-051-3/+3
* use pip-compile to pin dev requirementsDavid Lord2020-05-231-4/+0
* Merge branch '7.x'David Lord2020-04-271-1/+1
|\
| * fix typo in options.rstMaximilian Roos2020-04-121-1/+1
* | remove Python 2/3 from docsDavid Lord2020-04-207-236/+128
* | f-strings everywhereDavid Lord2020-04-2010-47/+50
* | remove py2 parts of _compat moduleDavid Lord2020-04-201-0/+5
* | Merge branch '7.x'David Lord2020-03-091-2/+2
|\ \ | |/
| * add readthedocs configDavid Lord2020-03-091-2/+2
* | Merge branch '7.x'David Lord2020-03-082-4/+1
|\ \ | |/
| * apply formattingDavid Lord2020-03-061-1/+0
| * apply blackDavid Lord2020-03-061-3/+1
* | Merge branch '7.x'David Lord2020-03-065-100/+134
|\ \ | |/
| * more clarity for parameter name docsDavid Lord2020-03-062-35/+38
| * correct docs about parameter name selectionAlbertUlysses2020-03-052-6/+15
| * clean up completion docsDavid Lord2020-03-051-61/+91
| * fish completionJonathan Lestrelin2020-03-051-4/+6
| * update project metadataDavid Lord2020-02-272-14/+4
* | Merge branch '7.x'David Lord2020-02-234-7/+10
|\ \ | |/
| * clarify multiple optionsChris Sullins2020-02-234-7/+10
* | Merge pull request #1201 from yu-iskw/modify-docDavid Lord2020-02-231-1/+1
|\ \
| * | Modify the code about the custom multi commands.Yu ISHIKAWA2019-01-071-1/+1
* | | Merge branch '7.x'David Lord2020-02-232-4/+38
|\ \ \ | | |/ | |/|
| * | options for handling command name change in 7.0David Lord2020-02-221-1/+26