Introduction
CLI
Links
Appearance
import { checkbox } from "@tsed/cli-prompts/src/fn/checkbox";
See /packages/cli-prompts/src/fn/checkbox.ts.
function checkbox(question: NormalizedPromptQuestion): Promise<symbol | any[]>;