handleCommand

open fun handleCommand(element: Element, command: Command, input: File, output: File)

Deprecated

This was renamed to handleCommandAsTag

Replace with

handleCommandAsTag(command, element, input, output)