lib/cloudstack-cli/commands/cluster.rb in cloudstack-cli-0.5.8 vs lib/cloudstack-cli/commands/cluster.rb in cloudstack-cli-0.6.0
- old
+ new
@@ -12,9 +12,10 @@
cluster['name'], cluster['podname'],
cluster['hypervisortype'], cluster['zonename']
]
end
print_table table
+ say "Total number of clusters: #{clusters.size}"
end
end
end
\ No newline at end of file