# File lib/compass/commands/project_structure.rb, line 81
        def parse_arguments!(parser, arguments)
          if arguments.size > 0
            parser.options[:project_name] = arguments.shift if File.directory?(arguments.first)
            parser.options[:sass_files] = arguments
          end
        end