# File lib/cgikit/command.rb, line 253
  def command_from_src
    command = Command.new
    command.path_info = HTMLElement.path_info(@attributes[:src])
    command
  end