Interface SelectOptions

interface SelectOptions {
    default?: null | string;
    message?: string;
    timeout?: number;
}

Properties

default?: null | string

A default selection. Will be triggered on timeout expiration and non-interactive contexts.

message?: string

A message to prompt.

timeout?: number

A timeout for the select.