summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorPaul Spangler <paul.spangler@ni.com>2021-08-09 13:27:39 -0500
committerDavid Lord <davidism@gmail.com>2022-03-28 08:05:27 -0700
commitf2e579ab187ca8fdfbe6ce86de08f0e9f62fe4ae (patch)
tree69c832d1b503191116c1fa42038d6790badaa151 /CHANGES.rst
parentd251cb0abc9b0dbda2402d4d831c18718cfb51bf (diff)
downloadclick-f2e579ab187ca8fdfbe6ce86de08f0e9f62fe4ae.tar.gz
shell completion prioritizes option values over new options
Allow option values that start with an option prefix to complete rather than treating them like new options. Don't treat count options as needing a value to complete.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 91b9ec1..191937d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -50,6 +50,8 @@ Version 8.1.0
value. :issue:`2124`
- ``to_info_dict`` will not fail if a ``ParamType`` doesn't define a
``name``. :issue:`2168`
+- Shell completion prioritizes option values with option prefixes over
+ new options. :issue:`2040`
Version 8.0.4