lib/cloudstack-cli/commands/snapshot.rb in cloudstack-cli-0.5.8 vs lib/cloudstack-cli/commands/snapshot.rb in cloudstack-cli-0.6.0
- old
+ new
@@ -16,9 +16,10 @@
snapshot['account'], snapshot['name'], snapshot['volumename'],
snapshot['created'], snapshot['snapshottype']
]
end
print_table table
+ say "Total number of snapshots: #{snapshots.size}"
end
end
end
\ No newline at end of file