summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replaced redundant mktemp() with mkstemp() (#1754)MIS-Alex2021-01-141-1/+1
* start version 8.0.0a2Amy2020-11-251-1/+1
* release version 8.0.0a18.0.0a1Amy2020-11-251-1/+1
* use shlex to split completion argument stringSam Schott2020-11-101-17/+31
* handle case_sensitive=False when completing choicesFelix Nordén2020-10-311-1/+8
* skip frequent progress bar renders (#1698)Shakil Rafi2020-10-312-11/+31
* account for linebreak in help summarysrafi12020-10-301-0/+3
* ensure prompt default is cast to typeSteve Graham2020-10-131-6/+2
* fix formatting with empty options_metavarrarnal2020-10-121-1/+1
* add ability to provide non-flag option without valueAmy2020-10-122-24/+75
* check default_map in param.get_defaultDavid Lord2020-10-111-20/+49
* show_default uses default_mapJoachim Jablon2020-10-111-5/+7
* ignore empty env vars consistentlyDavid Lord2020-10-111-3/+16
* handle default=None for nargs and multipleDavid Lord2020-10-111-3/+25
* get default before processing valueDavid Lord2020-10-103-67/+75
* correct interaction of default=tuple with multiple=TrueDavid Lord2020-10-102-12/+36
* boolean type strips space before convertingAndreas Maier2020-10-101-3/+7
* ParameterSource is an Enum subclassAlan Velasco2020-10-071-47/+35
* swap order of instruction stringDavid Lord2020-10-071-6/+6
* pass extra context settings to completionDavid Lord2020-10-032-9/+13
* don't pass all args to shell_complete methodsDavid Lord2020-10-033-35/+36
* rename autocompletion to shell_completeDavid Lord2020-10-032-20/+57
* return list of CompletionItem objectsDavid Lord2020-10-033-37/+83
* complete commands using registered namesJan Kowalleck2020-10-031-6/+6
* documentation for new shell completion systemAmy2020-10-031-1/+1
* tests for new shell completion systemKai Chen2020-10-031-1/+3
* redesign shell completion systemAmy2020-10-034-390/+702
* implement Context.to_info_dictDavid Lord2020-08-162-9/+67
* implement export to dictionaryyk3962020-08-162-0/+107
* update API docs about custom ParamType requirementsDavid Lord2020-08-141-13/+33
* document that launch(wait) only works for blocking programsDavid Lord2020-08-141-1/+3
* use difflib to suggest possible long option namesNarendra N2020-08-141-1/+3
* support passing a list of commands to Groupenergizah2020-08-141-5/+20
* CliRunner isolation streams have name and modeJethro Cao2020-08-131-8/+26
* click.style supports 256/RGB colorslmjohns32020-08-131-2/+30
* context.show_default defaults to parent contextJoongi Kim2020-08-131-18/+26
* suggest renaming option from 'name' to '--name'jtrakk2020-08-121-2/+2
* refactor int, float, and range types with common basesDavid Lord2020-08-122-107/+117
* add open intervals to FloatRangerobintully2020-08-101-4/+9
* Annotate required choices with bracesNicolas Simonds2020-08-101-1/+8
* test result captures command return valueTom Dalton2020-08-101-12/+29
* add an ExitStack to the contextMatthias Urlichs2020-08-091-12/+46
* add command_class and group_class to GroupDavid Lord2020-08-081-6/+46
* add Context.formatter_classDavid Lord2020-08-081-2/+15
* add Command.context_classJavier Domingo Cansino2020-08-081-4/+18
* use super() consistentlyJavier Domingo Cansino2020-08-084-27/+34
* clean up Editor.edit codeDavid Lord2020-08-081-22/+21
* fix edit() require_save check for fast editorsGiovanni Pizzi2020-08-081-0/+7
* pass bytes unstyled from secho to echoDavid Lord2020-08-071-2/+10
* convert objects to string in style/sechoSegev Finer2020-08-071-5/+14