| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update exceptions.rst (#2407) | Ebram Shehata | 2022-11-28 | 1 | -3/+3 |
| | | |||||
| * | Update quickstart.rst | Geoff St. Pierre | 2022-04-14 | 1 | -1/+1 |
| | | | | Use `a` instead of `an` before a vowel. | ||||
| * | fix ParamType.to_info_dict() with no name | Matthew Martin | 2022-03-19 | 1 | -0/+2 |
| | | |||||
| * | Merge remote-tracking branch 'origin/8.0.x' | David Lord | 2021-12-26 | 1 | -4/+4 |
| |\ | |||||
| | * | Docs: fix small mistake in section on callbacks | Sebastiaan Huber | 2021-12-26 | 1 | -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_size | David Lord | 2021-11-10 | 1 | -2/+0 |
| | | | |||||
| * | | Merge branch '8.0.x' | David Lord | 2021-10-05 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix incorrect website link in docs | Grey Li | 2021-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | show_default doesn't show False default for single boolean flag | cAtaman | 2021-08-05 | 1 | -0/+21 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/8.0.x' | David Lord | 2021-07-04 | 2 | -2/+9 |
| |\ \ | |/ | |||||
| | * | mention tqdm in progress bar docs | David Lord | 2021-07-04 | 1 | -2/+7 |
| | | | |||||
| | * | Added DateTime type documentation under API types reference. | ricekab | 2021-06-25 | 1 | -0/+2 |
| | | | |||||
| * | | delete directory .DS_Store (#1938) | Young proger | 2021-05-28 | 1 | -0/+0 |
| |/ | |||||
| * | update pallets-sphinx-themes | David Lord | 2021-05-20 | 1 | -3/+3 |
| | | |||||
| * | return resolved name, not original name | David Lord | 2021-05-19 | 1 | -1/+5 |
| | | |||||
| * | document values passed to types | David Lord | 2021-05-19 | 1 | -7/+8 |
| | | |||||
| * | rename default branch in files | David Lord | 2021-05-11 | 3 | -11/+11 |
| | | |||||
| * | start version 8.0.1.dev0 | David Lord | 2021-05-11 | 1 | -1/+1 |
| | | |||||
| * | Update why.rst | Guilherme Felix da Silva Maciel | 2021-04-19 | 1 | -12/+12 |
| | | | | Making lists formatting & argparse mentions more consistent | ||||
| * | rename resultcallback to result_callback | David Lord | 2021-04-12 | 2 | -3/+3 |
| | | |||||
| * | typing for pass decorators | David Lord | 2021-03-05 | 1 | -0/+1 |
| | | |||||
| * | add pass_meta_key decorator | David Lord | 2021-03-05 | 1 | -0/+3 |
| | | |||||
| * | use lowercase click name | Rohit Goswami | 2021-03-02 | 1 | -1/+1 |
| | | |||||
| * | option callback is invoked when validating prompt value | Saif807380 | 2021-02-24 | 1 | -7/+12 |
| | | |||||
| * | docs rename changelog to changes | David Lord | 2021-02-24 | 2 | -1/+1 |
| | | |||||
| * | update project links | David Lord | 2021-02-24 | 1 | -3/+5 |
| | | |||||
| * | always install colorama on Windows | David Lord | 2021-02-15 | 2 | -15/+9 |
| | | |||||
| * | fix some examples in options docs | David Lord | 2021-02-15 | 1 | -27/+36 |
| | | |||||
| * | custom temp directory with CLIRunner.isolated_filesystem | Diaga | 2021-02-15 | 1 | -0/+13 |
| | | | | | Co-authored-by: David Lord <davidism@gmail.com> | ||||
| * | add FloatRange to API docs (#1719) | Elias Rosendahl Jensen | 2020-11-30 | 1 | -0/+2 |
| | | |||||
| * | release version 8.0.0a18.0.0a1 | Amy | 2020-11-25 | 1 | -0/+0 |
| | | |||||
| * | Added examples of default to boolean flags section (#1697) | lrjball | 2020-10-23 | 1 | -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 value | Amy | 2020-10-12 | 1 | -0/+51 |
| | | | | | use flag_value or prompt if an option is given without a value | ||||
| * | ParameterSource is an Enum subclass | Alan Velasco | 2020-10-07 | 2 | -3/+10 |
| | | | | | Co-authored-by: David Lord <davidism@gmail.com> | ||||
| * | swap order of instruction string | David Lord | 2020-10-07 | 1 | -22/+18 |
| | | |||||
| * | don't pass all args to shell_complete methods | David Lord | 2020-10-03 | 1 | -3/+2 |
| | | |||||
| * | rename autocompletion to shell_complete | David Lord | 2020-10-03 | 1 | -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 objects | David Lord | 2020-10-03 | 2 | -7/+12 |
| | | |||||
| * | documentation for new shell completion system | Amy | 2020-10-03 | 5 | -164/+304 |
| | | | | | | Co-authored-by: Kai Chen <kaichen120@gmail.com> Co-authored-by: David Lord <davidism@gmail.com> | ||||
| * | Fixed a copy-paste typo in autocomplete | Mészáros Máté Róbert | 2020-08-25 | 1 | -1/+1 |
| | | | | One line had `source_zsh` instead of `source_fish`. | ||||
| * | show group.add_command in quickstart | grbd | 2020-08-13 | 1 | -0/+24 |
| | | |||||
| * | refactor int, float, and range types with common bases | David Lord | 2020-08-12 | 1 | -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 context | Matthias Urlichs | 2020-08-09 | 1 | -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 check | David Lord | 2020-08-05 | 1 | -4/+4 |
| | | | | | update doc, changelog, test | ||||
| * | Make ``BOOL`` accept the strings "on" and "off". Closes #1629. | John T. Wodder II | 2020-08-05 | 1 | -3/+3 |
| | | |||||
| * | use pip-compile to pin dev requirements | David Lord | 2020-05-23 | 1 | -4/+0 |
| | | |||||
| * | Merge branch '7.x' | David Lord | 2020-04-27 | 1 | -1/+1 |
| |\ | |||||
| | * | fix typo in options.rst | Maximilian Roos | 2020-04-12 | 1 | -1/+1 |
| | | | |||||
| * | | remove Python 2/3 from docs | David Lord | 2020-04-20 | 7 | -236/+128 |
| | | | |||||
| * | | f-strings everywhere | David Lord | 2020-04-20 | 10 | -47/+50 |
| | | | |||||
