lib/cloudstack-cli/commands/host.rb in cloudstack-cli-0.4.3 vs lib/cloudstack-cli/commands/host.rb in cloudstack-cli-0.5.0

- old
+ new

@@ -1,7 +1,7 @@ class Host < CloudstackCli::Base - desc 'host list', 'list hosts' + desc 'list', 'list hosts' option :zone def list hosts = client.list_hosts(options) if hosts.size < 1 say "No hosts found." \ No newline at end of file