Skip to contents

Spawn a new rexpect session

Usage

spawn(command, name = NULL, prompt = NULL, width = 80, height = 24)

Arguments

command

A vector of strings.

name

A string.

prompt

A string.

width

An integer.

height

An integer.

Value

A rexpect_session.