lib/cloudstack-cli/cli.rb in cloudstack-cli-0.8.0 vs lib/cloudstack-cli/cli.rb in cloudstack-cli-0.8.1
- old
+ new
@@ -27,10 +27,10 @@
def setup(env = options[:environment])
invoke "environment:add", [env],
:config_file => options[:config_file]
end
- desc "completion", "loads the shell scripts for tab auto-completion"
+ desc "completion", "loads the shell scripts for <tab> auto-completion"
option :shell, default: 'bash'
def completion
shell_script = File.join(
File.dirname(__FILE__), '..', '..',
'completions', "cs.#{options[:shell]}"
\ No newline at end of file