summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* workparser-rewriteDavid Lord2022-04-2810-972/+628
|
* Merge branch '8.1.x'David Lord2022-04-288-8/+41
|\
| * Merge pull request #2262 from pallets/release-8.1.38.1.3David Lord2022-04-282-2/+2
| |\ | | | | | | release version 8.1.3
| | * release version 8.1.3David Lord2022-04-282-2/+2
| |/
| * update requirementsDavid Lord2022-04-284-4/+4
| |
| * Merge pull request #2248 from jreese/8.1.xDavid Lord2022-04-283-0/+24
| |\ | | | | | | Disallow use of is_flag and multiple in options
| | * disallow use of is_flag and multiple in optionJohn Reese2022-04-283-0/+24
| |/
| * Merge pull request #2256 from Jonxslays/patch/typing-fixDavid Lord2022-04-262-4/+7
| |\
| | * use verbose Callable for @command and @groupJonxslays2022-04-262-4/+7
| |/
| * start version 8.1.3David Lord2022-04-262-1/+7
| |
* | Merge branch '8.1.x'David Lord2022-04-256-16/+16
|\ \ | |/
| * pre-commit updates latest release branchDavid Lord2022-04-251-1/+1
| |
| * update requirementsDavid Lord2022-04-255-14/+14
| |
| * Merge pull request #2254 from serundeputy/patch-1David Lord2022-04-241-1/+1
| |\ | | | | | | Update quickstart.rst
| | * Update quickstart.rstGeoff St. Pierre2022-04-141-1/+1
| |/ | | | | Use `a` instead of `an` before a vowel.
* | Merge branch '8.1.x'David Lord2022-04-015-19/+23
|\ \ | |/
| * Merge pull request #2241 from pallets/update-requirementsDavid Lord2022-04-015-19/+23
| |\ | | | | | | update requirements
| | * update requirementsDavid Lord2022-04-015-19/+23
| |/
* | Merge pull request #2240 from ↵David Lord2022-04-011-1/+1
|\ \ | | | | | | | | | | | | pallets/dependabot/github_actions/actions/checkout-3 Bump actions/checkout from 2 to 3
| * | Bump actions/checkout from 2 to 3dependabot[bot]2022-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #2239 from ↵David Lord2022-04-011-1/+1
|\ \ \ | |/ / |/| | | | | | | | pallets/dependabot/github_actions/actions/cache-3.0.1 Bump actions/cache from 2 to 3.0.1
| * | Bump actions/cache from 2 to 3.0.1dependabot[bot]2022-04-011-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge branch '8.1.x'David Lord2022-03-312-3/+15
|\ \ | |/
| * Merge pull request #2238 from pallets/release-8.1.28.1.2David Lord2022-03-311-1/+1
| |\ | | | | | | release version 8.1.2
| | * release version 8.1.2David Lord2022-03-311-1/+1
| |/
| * Merge pull request #2237 from pallets/param-orderDavid Lord2022-03-312-2/+5
| |\ | | | | | | restore Path param order
| | * restore Path param orderDavid Lord2022-03-312-2/+5
| |/
| * Merge pull request #2236 from shadchin/patch-1David Lord2022-03-312-1/+4
| |\ | | | | | | Fix incorrect error message for readable path check
| | * fix readable path check error messageAlexander Shadchin2022-03-312-1/+4
| |/
| * start version 8.1.2David Lord2022-03-312-1/+7
| |
* | Merge branch '8.1.x'David Lord2022-03-303-25/+52
|\ \ | |/
| * Merge pull request #2234 from pallets/release-8.1.18.1.1David Lord2022-03-302-2/+2
| |\ | | | | | | release version 8.1.1
| | * release version 8.1.1David Lord2022-03-302-2/+2
| |/
| * Merge pull request #2233 from henryiii/henryiii/fix/commandtypeDavid Lord2022-03-303-25/+46
| |\ | | | | | | fix(types): decorator typing fails
| | * fix(types): decorator typing failsHenry Schreiner2022-03-303-25/+46
| |/
| * start version 8.1.1David Lord2022-03-302-1/+7
| |
* | start version 8.2.0David Lord2022-03-282-1/+7
|/
* Merge pull request #2224 from pallets/release-8.1.08.1.0David Lord2022-03-282-1/+3
|\ | | | | release version 8.1.0
| * release version 8.1.0David Lord2022-03-282-1/+3
|/
* Merge pull request #2223 from pallets/env-varDavid Lord2022-03-283-4/+11
|\ | | | | treat empty auto_envvar as None
| * treat empty auto_envvar as NoneDavid Lord2022-03-283-4/+11
|/
* Merge pull request #2041 from spanglerco/shell-completion-option-valuesDavid Lord2022-03-287-9/+134
|\ | | | | Make shell completion prioritize option values over new options
| * shell completion prioritizes option values over new optionsPaul Spangler2022-03-287-9/+134
|/ | | | | | | Allow option values that start with an option prefix to complete rather than treating them like new options. Don't treat count options as needing a value to complete.
* Merge pull request #2219 from pallets/paramtype-nameDavid Lord2022-03-194-1/+19
|\ | | | | fix ParamType.to_info_dict() with no name
| * fix ParamType.to_info_dict() with no nameMatthew Martin2022-03-194-1/+19
|/
* Merge pull request #2217 from pallets/group-returnDavid Lord2022-03-193-8/+11
|\ | | | | group without command passes return value to result callback
| * group without command passes return value to result callbackDavid Lord2022-03-193-8/+11
|/
* Merge pull request #2215 from adriangb/fix-anyioDavid Lord2022-03-172-12/+7
|\ | | | | postpone referencing sys.modules["__main__"]
| * fix test_detect_program_nameDavid Lord2022-03-171-11/+3
| |
| * postpone referencing sys.modules["__main"] in click.utils._detect_program_nameAdrian Garcia Badaracco2022-03-171-1/+4
|/