[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: remove old comment

James Garbutt (Jul 8, 2026, 8:42 AM +0100) 9d8c67a7 c87f6aee

-2
-2
packages/core/src/utils/validation.ts
··· 50 50 ): MaybePromise<string | Error | undefined> { 51 51 if ('~standard' in validate) { 52 52 const result = validate['~standard'].validate(value); 53 - // https://standardschema.dev/schema#how-to-only-allow-synchronous-validation 54 - // TODO: https://github.com/bombshell-dev/clack/issues/92 55 53 if (result instanceof Promise) { 56 54 return result.then((res) => res.issues?.at(0)?.message); 57 55 }