summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix type for `file` argumentYourun-Proger2022-02-181-1/+1
* | Merge branch '8.0.x'David Lord2022-02-171-1/+1
|\ \ | |/
| * Fix typing in click.secho functionJonxslays2022-01-161-1/+1
* | Merge branch '8.0.x'David Lord2022-01-133-4/+5
|\ \ | |/
| * Update shell completion to use COMPREPLY instead of COMREPLY for BashAshwin Madavan2021-12-281-2/+2
| * Allow a callable default to have its own string representationKrzysztof Kotlenga2021-12-281-1/+2
| * Fix TypeVar for decorators that handle CommandsDavid Euresti2021-12-281-1/+1
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-12-263-3/+3
|\ \ | |/
| * Fix typo in docsJad El Kik2021-12-261-1/+1
| * fix typos1809092021-12-262-2/+2
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-12-263-13/+10
|\ \ | |/
| * remove duplicate typing importsAngus L'Herrou2021-12-263-13/+10
* | Merge branch '8.0.x'David Lord2021-12-265-9/+5
|\ \ | |/
| * fix new mypy findingsupdate-requirementsDavid Lord2021-12-263-7/+5
| * update requirementsDavid Lord2021-12-262-2/+0
* | remove deprecated get_os_argsDavid Lord2021-11-102-20/+0
* | remove deprecated get_terminal_sizeDavid Lord2021-11-102-21/+0
* | 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-253-38/+44
|\ \ | |/
| * update docs for open_file and types.PathDavid Lord2021-10-252-35/+41
| * open_file hanldes pathlib.Path("-")David Lord2021-10-251-3/+3
* | Merge branch '8.0.x'David Lord2021-10-103-17/+12
|\ \ | |/
| * release version 8.0.3David Lord2021-10-101-1/+1
| * invoke type casts default valuesDavid Lord2021-10-101-1/+3
| * click.confirm preserves prompt when readline is importedAlex Ball2021-10-101-2/+4
| * use pathlib to resolve symlinksDavid Lord2021-10-101-14/+5
* | Merge branch '8.0.x'David Lord2021-10-081-15/+19
|\ \ | |/
| * release version 8.0.2David Lord2021-10-081-1/+1
| * 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-10-051-3/+3
|\ \ | |/
| * Fix copy-paste errors in `click.style()`Jasper Spaans2021-09-261-2/+2
| * Merge pull request #2064 from Yourun-proger/fixDavid Lord2021-09-261-1/+1
| |\
| | * Fix type annotation for `type` argYourun-Proger2021-09-261-1/+1
* | | Merge branch '8.0.x'David Lord2021-09-266-10/+10
|\ \ \ | |/ /
| * | use exception chainingDavid Lord2021-09-266-10/+10
| |/
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-08-141-1/+2
|\ \ | |/
| * Always close file descriptor to tempfilepager.Jay Crotts2021-08-141-2/+1
| * Add check for WIN in _tempfilepager finally block to prevent file in use erro...Jay Crotts2021-08-141-1/+3
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-08-141-5/+5
|\ \ | |/
| * revert path prefix stripping, modify test to work with prefixcAtaman2021-08-121-14/+5
| * add url to page explaining win32 path prefixeschima2021-08-121-2/+3
| * strip win32 path prefixes from resolved absolute symlinkschima2021-08-121-5/+13
* | Merge remote-tracking branch 'origin/8.0.x'David Lord2021-08-103-19/+16
|\ \ | |/
| * use sys.exit() instead of _fast_exit()taran_lu2021-08-051-12/+1
| * remove logically-dead codecAtaman2021-08-051-3/+2
| * resolve relative symlinks to the containing directorycAtaman2021-08-051-4/+13
* | show_default doesn't show False default for single boolean flagcAtaman2021-08-051-13/+20