From f2ed2dcb3d31d5f25d75b7472288e3a5798ad32a Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Wed, 11 Feb 2015 23:02:45 +0100 Subject: [PATCH] complete the key everywhere --- _conda | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_conda b/_conda index 9bf1d4c..ea4c206 100644 --- a/_conda +++ b/_conda @@ -228,10 +228,10 @@ case $state in '--system[write to the system .condarc file]' \ '--file[write to the given file.]:file:_path_files' \ '--get[get the configuration value]:key:__conda_config' \ - '--add[add one configuration value to a list key]' \ - '--set[set a boolean key]' \ - '--remove[remove a configuration value from a list key]' \ - '--remove-key[remove a configuration key (and all its values)]' \ + '--add[add one configuration value to a list key]:key:__conda_config' \ + '--set[set a boolean key]:key:__conda_config' \ + '--remove[remove a configuration value from a list key]:key:__conda_config' \ + '--remove-key[remove a configuration key (and all its values)]:key:__conda_config' \ '(-f --force)'{-f,--force}'[write to the config file using the yaml parser]' \ ;; (init)