From a609d95bd28a5817460bd99c5940013cabe0e4aa Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Wed, 5 Feb 2014 17:26:15 +0100 Subject: Enable default in bash completion This adds default options to bash completion, allowing to put filenames after options like --template-file. Change-Id: I8881028186f26d8fccb611daabf92ba028ca41a8 --- tools/heat.bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/heat.bash_completion b/tools/heat.bash_completion index 6d6da2b..457c305 100644 --- a/tools/heat.bash_completion +++ b/tools/heat.bash_completion @@ -24,4 +24,4 @@ _heat() fi return 0 } -complete -F _heat heat +complete -o default -o nospace -F _heat heat -- cgit v1.2.1