Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
* as p from
'@clack/prompts'
;
2
3
async
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
13
void demo();
Callers
1
path.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected