lib/cloudstack-cli/commands/domain.rb in cloudstack-cli-0.5.8 vs lib/cloudstack-cli/commands/domain.rb in cloudstack-cli-0.6.0
- old
+ new
@@ -9,9 +9,10 @@
table = [["Name", "Path"]]
domains.each do |domain|
table << [domain['name'], domain['path']]
end
print_table table
+ say "Total number of domains: #{domains.size}"
end
end
end
\ No newline at end of file