summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* use shlex to split completion argument stringSam Schott2020-11-101-0/+17
* handle case_sensitive=False when completing choicesFelix Nordén2020-10-311-0/+10
* skip frequent progress bar renders (#1698)Shakil Rafi2020-10-311-0/+10
* account for linebreak in help summarysrafi12020-10-301-0/+19
* ensure prompt default is cast to typeSteve Graham2020-10-131-0/+7
* fix formatting with empty options_metavarrarnal2020-10-121-0/+6
* add ability to provide non-flag option without valueAmy2020-10-122-0/+82
* show_default uses default_mapJoachim Jablon2020-10-111-0/+12
* handle default=None for nargs and multipleDavid Lord2020-10-112-12/+39
* get default before processing valueDavid Lord2020-10-103-17/+28
* correct interaction of default=tuple with multiple=TrueDavid Lord2020-10-101-14/+30
* boolean type strips space before convertingAndreas Maier2020-10-101-0/+11
* ParameterSource is an Enum subclassAlan Velasco2020-10-072-57/+42
* swap order of instruction stringDavid Lord2020-10-071-4/+4
* pass extra context settings to completionDavid Lord2020-10-031-1/+15
* don't pass all args to shell_complete methodsDavid Lord2020-10-031-3/+15
* rename autocompletion to shell_completeDavid Lord2020-10-031-2/+15
* return list of CompletionItem objectsDavid Lord2020-10-031-14/+19
* complete commands using registered namesJan Kowalleck2020-10-031-0/+7
* tests for new shell completion systemKai Chen2020-10-033-536/+240
* implement Context.to_info_dictDavid Lord2020-08-161-9/+20
* implement export to dictionaryyk3962020-08-161-0/+257
* use difflib to suggest possible long option namesNarendra N2020-08-141-0/+16
* support passing a list of commands to Groupenergizah2020-08-141-0/+24
* CliRunner isolation streams have name and modeJethro Cao2020-08-131-0/+11
* click.style supports 256/RGB colorslmjohns32020-08-131-0/+2
* context.show_default defaults to parent contextJoongi Kim2020-08-131-0/+14
* suggest renaming option from 'name' to '--name'jtrakk2020-08-121-5/+6
* refactor int, float, and range types with common basesDavid Lord2020-08-123-100/+71
* add open intervals to FloatRangerobintully2020-08-101-0/+18
* Annotate required choices with bracesNicolas Simonds2020-08-101-0/+21
* test result captures command return valueTom Dalton2020-08-101-0/+13
* add an ExitStack to the contextMatthias Urlichs2020-08-091-0/+18
* tests for custom class attributesDavid Lord2020-08-081-0/+112
* use super() consistentlyJavier Domingo Cansino2020-08-081-1/+1
* fix edit() require_save check for fast editorsGiovanni Pizzi2020-08-081-0/+6
* pass bytes unstyled from secho to echoDavid Lord2020-08-071-5/+10
* convert objects to string in style/sechoSegev Finer2020-08-071-0/+7
* show boolean flag name for defaultovezovs2020-08-071-0/+29
* include parent args in subcommand help synopsisAmy2020-08-061-0/+41
* detect program name when run with python -mkbanc2020-08-051-0/+30
* nargs=-1 works with envvarAmy Lei2020-08-051-17/+42
* non-chained group invoked without command invokes result callbackIamCathal2020-08-051-0/+19
* use sets for bool string checkDavid Lord2020-08-051-19/+19
* Make ``BOOL`` accept the strings "on" and "off". Closes #1629.John T. Wodder II2020-08-051-2/+2
* use canonical command name instead of matched nameovezovs2020-06-301-0/+16
* tolerate UnsupportedOperation in _winconsole._is_console()Andreas Maier2020-06-251-0/+6
* flag option with duplicate names raises ValueErrorMwiza Simbeye2020-06-241-0/+5
* show IntRange min and max in --help outputCathal2020-06-241-0/+10
* Merge branch '7.x'David Lord2020-06-111-21/+41
|\