summaryrefslogtreecommitdiff
path: root/src/click/parser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in docstring (change "appnd" to "append") (#1950)Deepyaman Datta2021-06-061-1/+1
* argument with nargs=-1 and envvar prefers command line valueMarc Schmitzer2021-05-181-1/+3
* fix typing that wasn't available in Python 3.6.0David Lord2021-05-121-1/+2
* add typing annotationsDavid Lord2021-04-231-43/+91
* mark more messages for translationDavid Lord2021-04-031-4/+14
* use shlex to split completion argument stringSam Schott2020-11-101-17/+31
* add ability to provide non-flag option without valueAmy2020-10-121-22/+39
* use difflib to suggest possible long option namesNarendra N2020-08-141-1/+3
* nargs=-1 works with envvarAmy Lei2020-08-051-0/+4
* f-strings everywhereDavid Lord2020-04-201-3/+3
* apply pyupgrade --py36-plusDavid Lord2020-04-201-11/+10
* Merge branch '7.x'David Lord2020-03-081-0/+4
* manual cleanupDavid Lord2020-03-081-7/+7
* apply pyupgradeDavid Lord2020-03-081-1/+1
* apply blackDavid Lord2020-03-061-40/+36
* apply reorder-python-importsDavid Lord2020-03-061-3/+5
* move to src directoryDavid Lord2020-03-061-0/+430