interface IOptions {
    cwd?: string;
    name?: string;
}

Properties

Properties

cwd?: string

The terminal current directory.

name?: string

The terminal name.