# File lib/hammer_cli_import/all.rb, line 112
      def do_list
        puts 'Entities I understand:'
        AllCommand.entity_order.each do |an_entity|
          puts "  #{an_entity}"
        end
      end