From c5d3483fc3c5d5bd7934d25e51f16b08e8307a68 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Thu, 20 Feb 2014 13:46:21 +0100 Subject: [PATCH] Add note for shell support --- beets/completion_base.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/beets/completion_base.sh b/beets/completion_base.sh index 05364c9c5..accfab5d9 100644 --- a/beets/completion_base.sh +++ b/beets/completion_base.sh @@ -27,8 +27,9 @@ # completed if '-' has already been typed on the command line. # # Note that completion only works for builtin commands and *not* for -# commands provided by plugins +# commands provided by plugins. # +# Currently, only Bash 4.1 and newer is supported. # # TODO # ---- @@ -48,6 +49,8 @@ # # * Support long options with `=`, e.g. `--config=file`. Debian's bash # completion package can handle this. +# +# * Support for Bash 3.2 #