lib/cloudstack-cli/commands/account.rb in cloudstack-cli-1.5.10 vs lib/cloudstack-cli/commands/account.rb in cloudstack-cli-1.5.12

- old
+ new

@@ -18,10 +18,10 @@ end print_table table end end - desc 'list', 'list accounts' + desc "list", "list accounts" option :format, default: "table", enum: %w(table json yaml) def list accounts = client.list_accounts(listall: true) if accounts.size < 1