summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* show boolean flag name for defaultovezovs2020-08-071-0/+6
* include parent args in subcommand help synopsisAmy2020-08-061-1/+4
* detect program name when run with python -mkbanc2020-08-052-3/+51
* nargs=-1 works with envvarAmy Lei2020-08-052-0/+18
* non-chained group invoked without command invokes result callbackIamCathal2020-08-051-12/+7
* use sets for bool string checkDavid Lord2020-08-051-3/+3
* 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-1/+1
* tolerate UnsupportedOperation in _winconsole._is_console()Andreas Maier2020-06-251-1/+1
* flag option with duplicate names raises ValueErrorMwiza Simbeye2020-06-241-0/+5
* show IntRange min and max in --help outputCathal2020-06-241-0/+4
* omit hidden prompt input from validation errorCesare De Cal2020-06-241-1/+4
* refactor other decorators to match version_optionDavid Lord2020-06-241-64/+54
* version detection works with python -m packageDavid Lord2020-06-241-2/+12
* refactor version_optionDavid Lord2020-06-241-40/+92
* use importlib.metadata for version_optionMwiza Simbeye2020-06-241-15/+7
* Merge branch '7.x'David Lord2020-06-111-3/+3
|\
| * Include --help option in completion (#1504)Sebastián Ramírez2020-06-051-3/+3
* | Merge pull request #1518 from bostrt/patch-1Jay Crotts2020-06-041-2/+2
|\ \
| * | Minor typo fix in bash completion templateRobert Bost2020-04-041-2/+2
* | | Merge branch '7.x'David Lord2020-04-271-14/+13
|\ \ \ | | |/ | |/|
| * | release version 7.1.27.1.2David Lord2020-04-271-1/+1
| * | Revert "Use shlex.quote for quoting shell arguments"David Lord2020-04-272-17/+9
* | | remove Python 2/3 from docsDavid Lord2020-04-203-14/+10