lib/cloudstack-cli/commands/physical_network.rb in cloudstack-cli-0.5.8 vs lib/cloudstack-cli/commands/physical_network.rb in cloudstack-cli-0.6.0
- old
+ new
@@ -17,9 +17,10 @@
zones.select{|zone| zone['id'] == network["zoneid"]}.first["name"],
network["id"]
]
end
print_table table
+ say "Total number of networks: #{networks.count}"
end
end
end
\ No newline at end of file