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

Function demo

examples/basic/path.ts:3–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import * as p from '@clack/prompts';
2
3async function demo() {
4 p.intro('path start...');
5
6 const _path = await p.path({
7 message: 'Read file',
8 });
9
10 p.outro('path stop...');
11}
12
13void demo();

Callers 1

path.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected