summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #2212 from matejcik/type-hintsDavid Lord2022-03-172-4/+25
|\
| * correctly annotate return type of @command(cls=XYZ)matejcik2022-03-112-4/+25
|/
* Merge pull request #2208 from pallets/dependabot/github_actions/actions/setup...David Lord2022-03-011-1/+1
|\
| * Bump actions/setup-python from 2 to 3dependabot[bot]2022-03-011-1/+1
|/
* Merge pull request #2203 from pallets/command-decorator-paramsDavid Lord2022-02-213-3/+29
|\
| * command decorator params argumentDavid Lord2022-02-213-3/+29
|/
* Merge pull request #2202 from pallets/command-decoratorDavid Lord2022-02-211-28/+20
|\
| * don't process doc in command decoratorDavid Lord2022-02-211-1/+1
| * refactor try/exceptDavid Lord2022-02-211-2/+3
| * inline command decorator codeDavid Lord2022-02-211-28/+19
|/
* Merge pull request #2201 from pallets/windows-globDavid Lord2022-02-213-2/+14
|\
| * glob expansion on Windows doesn't fail on invalid valuesDavid Lord2022-02-213-2/+14
|/
* Merge pull request #2158 from unparalleled-js/fix/allow-empty-when-confirmati...David Lord2022-02-213-7/+15
|\
| * allow empty str input for promptunparalleled-js2022-02-213-7/+15
|/
* Merge pull request #2151 from stephenfin/store-untruncated-helpDavid Lord2022-02-213-26/+32
|\
| * defer processing Command.help, epilog, and short_helpDavid Lord2022-02-212-33/+19
| * Store raw help string for commandsStephen Finucane2022-02-203-7/+27
|/
* Merge pull request #1990 from dannysepler/dsepler/enforce-required-flagDavid Lord2022-02-203-1/+12
|\
| * enforce required flagDanny Sepler2022-02-203-1/+12
|/
* reword locale encoding changelogDavid Lord2022-02-201-3/+3
* reword locale encoding changelogDavid Lord2022-02-201-2/+2
* Merge pull request #1987 from janluke/fix/option-help-processingDavid Lord2022-02-203-21/+41
|\
| * cleandoc for Command help, epilog, and short_helpDavid Lord2022-02-203-20/+34
| * Option calls cleandoc on help instead of @optionGianluca Gippetto2022-02-203-3/+9
|/
* Merge pull request #1965 from janluke/fix/handle-noneDavid Lord2022-02-203-6/+10
|\
| * param=None is the same as not passing the paramGianluca Gippetto2022-02-203-6/+10
|/
* Merge pull request #1964 from janluke/fix/show_default-priorityDavid Lord2022-02-203-16/+56
|\
| * Option.show_default now overrides Context.show_defaultGianluca Gippetto2022-02-203-16/+56
|/
* keep !r format for nowDavid Lord2022-02-201-3/+3
* fix changelog for executableDavid Lord2022-02-191-3/+2
* Merge pull request #1962 from sielicki/mainDavid Lord2022-02-192-9/+27
|\
| * add an ability to check that a Path has an executable bit setNicky Sielicki2022-02-192-9/+27
|/
* Merge pull request #1896 from angus-lherrou/1359-uncalled-decoratorsDavid Lord2022-02-194-5/+124
|\
| * command and group decorator parentheses are optionalAngus L'Herrou2022-02-194-5/+124
|/
* Merge pull request #2057 from mawassk/format-testsDavid Lord2022-02-191-26/+25
|\
| * parametrize bool switch and flag testsDavid Lord2022-02-191-26/+25
|/
* Merge pull request #1873 from israteneda/organize-command-testsDavid Lord2022-02-191-38/+24
|\
| * parametrize some command testsIsrael Teneda2022-02-191-38/+24
|/
* Merge pull request #1863 from bdista/test-args-paramDavid Lord2022-02-191-15/+15
|\
| * replace for loop with parametrizebdista2022-02-191-15/+15
|/
* Merge pull request #1858 from Glyphack/organize-tests-test-chainDavid Lord2022-02-191-31/+28
|\
| * parametrize chain testsShayegan Hooshyari2022-02-191-31/+28
|/
* Merge pull request #1845 from BALaka-18/organize-testsDavid Lord2022-02-191-64/+74
|\
| * parametrize basic option testsDavid Lord2022-02-191-64/+74
|/
* Merge pull request #2199 from pallets/remove-utf8-checkDavid Lord2022-02-183-105/+3
|\
| * remove utf-8 detectionDavid Lord2022-02-183-105/+3
|/
* Merge branch '8.0.x'David Lord2022-02-182-3/+4
|\
| * Merge pull request #2197 from pallets/release-8.0.48.0.48.0.xDavid Lord2022-02-182-2/+2
| |\
| | * release version 8.0.4David Lord2022-02-182-2/+2
| |/
| * Merge pull request #2187 from Yourun-proger/fix_typeDavid Lord2022-02-182-2/+3
| |\