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