summaryrefslogtreecommitdiff
path: root/src/click/core.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typoKurt McKee2023-03-201-1/+1
* Type hinting: improve decorator annotationsMartijn Pieters2023-01-191-2/+20
* Type hinting: Low-hanging fruit improvementsMartijn Pieters2023-01-191-2/+2
* Types: don't leave generic types without a parameterMartijn Pieters2023-01-191-5/+5
* disallow use of is_flag and multiple in optionJohn Reese2022-04-281-0/+3
* fix(types): decorator typing failsHenry Schreiner2022-03-301-4/+30
* treat empty auto_envvar as NoneDavid Lord2022-03-281-1/+4
* shell completion prioritizes option values over new optionsPaul Spangler2022-03-281-0/+3
* group without command passes return value to result callbackDavid Lord2022-03-191-4/+4
* defer processing Command.help, epilog, and short_helpDavid Lord2022-02-211-29/+14
* Store raw help string for commandsStephen Finucane2022-02-201-7/+11
* enforce required flagDanny Sepler2022-02-201-1/+1
* cleandoc for Command help, epilog, and short_helpDavid Lord2022-02-201-11/+28
* Option calls cleandoc on help instead of @optionGianluca Gippetto2022-02-201-0/+7
* param=None is the same as not passing the paramGianluca Gippetto2022-02-201-2/+2
* Option.show_default now overrides Context.show_defaultGianluca Gippetto2022-02-201-15/+32
* command and group decorator parentheses are optionalAngus L'Herrou2022-02-191-4/+28
* remove utf-8 detectionDavid Lord2022-02-181-5/+0
* Merge branch '8.0.x'David Lord2022-01-131-1/+2
|\
| * Allow a callable default to have its own string representationKrzysztof Kotlenga2021-12-281-1/+2
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-12-261-1/+1
|\ \ | |/
| * fix typos1809092021-12-261-1/+1
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-12-261-9/+8
|\ \ | |/
| * remove duplicate typing importsAngus L'Herrou2021-12-261-9/+8
* | Merge branch '8.0.x'David Lord2021-12-261-1/+1
|\ \ | |/
| * fix new mypy findingsupdate-requirementsDavid Lord2021-12-261-1/+1
* | remove deprecated Command autocompletion parameterDavid Lord2021-11-101-35/+0
* | remove deprecated Group.resultcallbackDavid Lord2021-11-101-11/+0
* | Merge branch '8.0.x'David Lord2021-10-101-1/+3
|\ \ | |/
| * invoke type casts default valuesDavid Lord2021-10-101-1/+3
* | Merge branch '8.0.x'David Lord2021-10-081-15/+19
|\ \ | |/
| * option with multiple and flag_value replaces internal placeholderIvan Kapelyukhin2021-10-081-0/+8
| * getting default value doesn't perform type castDavid Lord2021-10-081-14/+6
| * count help doesn't show default range typeDavid Lord2021-10-071-1/+5
* | Merge branch '8.0.x'David Lord2021-09-261-1/+1
|\ \ | |/
| * use exception chainingDavid Lord2021-09-261-1/+1
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-08-101-12/+1
|\ \ | |/
| * use sys.exit() instead of _fast_exit()taran_lu2021-08-051-12/+1
* | show_default doesn't show False default for single boolean flagcAtaman2021-08-051-13/+20
|/
* fix type for show_default, can be strDavid Lord2021-07-041-1/+1
* don't show empty multiple=True defaultPatryk Bęza2021-07-041-1/+2
* clarify duplicate option name errorOmer Katz2021-07-031-1/+1
* Fix is_bool_flag being set to True even if is_flag is FalseGianluca Gippetto2021-07-031-1/+1
* Fix help text when using env vars with defaultsOfek Lev2021-06-111-1/+1
* Correct docstring referenceKrzysztof Kotlenga2021-05-231-1/+1
* flag to control Windows pattern expansionDavid Lord2021-05-191-1/+8
* show help text with invalid defaultDavid Lord2021-05-191-4/+24
* return resolved name, not original nameDavid Lord2021-05-191-1/+1
* detect type from flag_valueDavid Lord2021-05-181-17/+15
* fix typing that wasn't available in Python 3.6.0David Lord2021-05-121-5/+5