diff --git a/_conda b/_conda index e0e55e0..7fb39a1 100644 --- a/_conda +++ b/_conda @@ -29,7 +29,13 @@ # # * v0.3 # -# * +# * overhaul of the completion for config +# +# * complete only existing keys +# * complete only existing values +# * differentiate between list and boolean config +# * reader and writer options mutually exclusive +# * complete multiple keys for --get # # * v0.2 # @@ -44,10 +50,6 @@ # ---- # # * Subcommand grouping is still alpha. -# * Completion for 'conda config' is somewhat incomplete -# * 'conda config --get' only completes a single option. -# * 'conda config --add' completes only the key, not the value. -# * Similar issues for other options. # * Example of activating cache only for conda completion # * Make cache policy configurable # * Completion for version numbers is entirely missing: @@ -59,7 +61,6 @@ # * Completion of channels is rudimentary, conda isn't queried for defined # channels. # * Configuration for external commands, e.g. 'build' is entirely missing. -# * Seperate boolean and list options for 'config' # * Properly handle package specs on the command line local state line context