# File lib/aeolus_cli/command/list_command.rb, line 120 def accounts begin headers = ActiveSupport::OrderedHash.new headers[:name] = "Name" headers[:provider] = "Provider" headers[:provider_type] = "Provider Type" print_collection(Aeolus::CLI::ProviderAccount.all, headers) quit(0) rescue => e handle_exception(e) end end