From c359cc7d389f05c325452f3ae7b8772cdfa31400 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Sun, 15 Feb 2015 19:56:24 +0100 Subject: [PATCH] rudimentary completion for package versions --- _conda | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_conda b/_conda index b3b7ec2..1d39e0a 100644 --- a/_conda +++ b/_conda @@ -33,6 +33,7 @@ # * v0.4 # # * conda info can complete available packages +# * conda install has rudimentary package version completion # # * v0.3 # @@ -61,9 +62,8 @@ # * Subcommand grouping is still alpha. # * Example of activating cache only for conda completion # * Make cache policy configurable -# * Completion for version numbers is entirely missing: -# e.g. 'conda install numpy==' should complete all available versions of -# numpy. +# * Completion for version numbers is rudimentary: +# only 'install' can complete them and only for a single '=' sign # * Completion for 'conda remove' isn't aware of any environment given on the # command line and so completion of existing packages may be incorrect if # that option is given.