MCPcopy Create free account
hub / github.com/bombshell-dev/clack / MultiLineOptions

Interface MultiLineOptions

packages/prompts/src/multi-line.ts:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 * Options for the {@link multiline} prompt
8 */
9export interface MultiLineOptions extends TextOptions {
10 /**
11 * When enabled it shows a `[ submit ]` button that can be focused with tab.
12 * By default, pressing `Enter` twice submits the input
13 *
14 * @default false
15 */
16 showSubmit?: boolean;
17}
18
19/**
20 * The multi-line prompt accepts multiple lines of text input.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected