lib/cloudstack-cli/commands/network.rb in cloudstack-cli-0.5.8 vs lib/cloudstack-cli/commands/network.rb in cloudstack-cli-0.6.0

- old
+ new

@@ -49,9 +49,10 @@ ] table[-1] << network["id"] if options[:showid] table[-1] << network["vlan"] if options[:showvlan] end print_table table + say "Total number of networks: #{networks.count}" end end desc "default", "get the default network" option :zone \ No newline at end of file