[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

chore: add prettify to group function results

Bruno Rocha (Mar 10, 2023, 11:09 AM -0300) f2bf6155 e6781f1f

+1 -1
+1 -1
packages/prompts/src/index.ts
··· 657 657 * Control how the group can be canceled 658 658 * if one of the prompts is canceled. 659 659 */ 660 - onCancel?: (opts: { results: Partial<PromptGroupAwaitedReturn<T>> }) => void; 660 + onCancel?: (opts: { results: Prettify<Partial<PromptGroupAwaitedReturn<T>>> }) => void; 661 661 } 662 662 663 663 type Prettify<T> = {