MCPcopy
hub / github.com/SBoudrias/Inquirer.js / CheckboxStrings

Interface CheckboxStrings

packages/i18n/src/types.ts:28–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * Localized strings for the checkbox prompt
27 */
28export interface CheckboxStrings {
29 /** Help text for navigation keys */
30 helpNavigate: string;
31 /** Help text for selection key */
32 helpSelect: string;
33 /** Help text for submit key */
34 helpSubmit: string;
35 /** Help text for "select all" key */
36 helpAll: string;
37 /** Help text for "invert selection" key */
38 helpInvert: string;
39}
40
41/**
42 * Localized strings for the search prompt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected