summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update exceptions.rst (#2407)Ebram Shehata2022-11-281-3/+3
|
* Update quickstart.rstGeoff St. Pierre2022-04-141-1/+1
| | | Use `a` instead of `an` before a vowel.
* fix ParamType.to_info_dict() with no nameMatthew Martin2022-03-191-0/+2
|
* Merge remote-tracking branch 'origin/8.0.x'David Lord2021-12-261-4/+4
|\
| * Docs: fix small mistake in section on callbacksSebastiaan Huber2021-12-261-4/+4
| | | | | | | | | | The documentation still referred to only two parameters being passed to a parameter callback, whereas the new signature takes three.
* | remove deprecated get_terminal_sizeDavid Lord2021-11-101-2/+0
| |
* | Merge branch '8.0.x'David Lord2021-10-051-1/+1
|\ \ | |/
| * Fix incorrect website link in docsGrey Li2021-09-121-1/+1
| |
* | show_default doesn't show False default for single boolean flagcAtaman2021-08-051-0/+21
| |
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-07-042-2/+9
|\ \ | |/
| * mention tqdm in progress bar docsDavid Lord2021-07-041-2/+7
| |
| * Added DateTime type documentation under API types reference.ricekab2021-06-251-0/+2
| |
* | delete directory .DS_Store (#1938)Young proger2021-05-281-0/+0
|/
* update pallets-sphinx-themesDavid Lord2021-05-201-3/+3
|
* return resolved name, not original nameDavid Lord2021-05-191-1/+5
|
* document values passed to typesDavid Lord2021-05-191-7/+8
|
* rename default branch in filesDavid Lord2021-05-113-11/+11
|
* start version 8.0.1.dev0David Lord2021-05-111-1/+1
|
* Update why.rstGuilherme Felix da Silva Maciel2021-04-191-12/+12
| | | Making lists formatting & argparse mentions more consistent
* 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
| | | | Co-authored-by: David Lord <davidism@gmail.com>
* 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
| | | I've found myself a few times double checking what the default option is when a boolean flag is use i.e. does `default=False` refer to the first flag or the second flag. Thought adding an example of the calls without any flags to the docs would make this a bit clearer.
* add ability to provide non-flag option without valueAmy2020-10-121-0/+51
| | | | use flag_value or prompt if an option is given without a value
* ParameterSource is an Enum subclassAlan Velasco2020-10-072-3/+10
| | | | Co-authored-by: David Lord <davidism@gmail.com>
* 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
| | | | | new function takes additional param arg, must return a homogeneous list of strings or CompletionItem, and must perform matching on results
* return list of CompletionItem objectsDavid Lord2020-10-032-7/+12
|
* documentation for new shell completion systemAmy2020-10-035-164/+304
| | | | | Co-authored-by: Kai Chen <kaichen120@gmail.com> Co-authored-by: David Lord <davidism@gmail.com>
* Fixed a copy-paste typo in autocompleteMészáros Máté Róbert2020-08-251-1/+1
| | | One line had `source_zsh` instead of `source_fish`.
* show group.add_command in quickstartgrbd2020-08-131-0/+24
|
* refactor int, float, and range types with common basesDavid Lord2020-08-121-21/+16
| | | | | | allow specifying min and max as open separately clamp works for open int bounds, fails for open float bounds help output shows range information
* add an ExitStack to the contextMatthias Urlichs2020-08-091-0/+74
| | | | | | This makes it possible to open a resource, make it available to callbacks and subcommands, then ensure the resource is cleaned up when the group ends and the context goes out of scope.
* use sets for bool string checkDavid Lord2020-08-051-4/+4
| | | | update doc, changelog, test
* 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
| |