From f2e579ab187ca8fdfbe6ce86de08f0e9f62fe4ae Mon Sep 17 00:00:00 2001 From: Paul Spangler Date: Mon, 9 Aug 2021 13:27:39 -0500 Subject: 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. --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.rst') 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 -- cgit v1.2.1