mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-08-20 00:48:25 +08:00
update the changelog
This commit is contained in:
13
_conda
13
_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
|
||||
|
||||
Reference in New Issue
Block a user