• Runs a command asynchronously.

    Parameters

    • command: string

      Command to be executed.

    • args: string[]

      Arguments to pass to the command.

    • Optional options: ExecOptions

      Optional settings for how to run the command.

    Returns Promise<void>