lib/cloudstack-cli/commands/port_rule.rb in cloudstack-cli-0.5.8 vs lib/cloudstack-cli/commands/port_rule.rb in cloudstack-cli-0.6.0
- old
+ new
@@ -53,9 +53,10 @@
rule['protocol'],
rule['state']
]
end
print_table table
+ say "Total number of rules: #{rules.count}"
end
end
no_commands do
def print_ports(rule, type)
\ No newline at end of file