From 10df6284b6f470d5bb8f9497837f3b74a5b5028d Mon Sep 17 00:00:00 2001 From: Danny Berger Date: Fri, 29 Jan 2016 08:10:52 -0800 Subject: [PATCH] BOSH autocompletion expands filenames previously only expanded commands & options, which was definitely a drawback when, say, creating a release Signed-off-by: Brian Cunnie --- bosh_cli/lib/cli/commands/shell_completion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bosh_cli/lib/cli/commands/shell_completion.rb b/bosh_cli/lib/cli/commands/shell_completion.rb index 2dfd1c771f9..32e669b733e 100644 --- a/bosh_cli/lib/cli/commands/shell_completion.rb +++ b/bosh_cli/lib/cli/commands/shell_completion.rb @@ -97,7 +97,7 @@ def print_footer() return 0 } -complete -F _BoshShellCompletion bo bosh -o filenames +complete -f -F _BoshShellCompletion bo bosh -o filenames EOF end end