Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/bombshell-dev/clack
/ onCancel
Function
onCancel
examples/changesets/index.ts:5–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
color from
'picocolors'
;
4
5
function
onCancel() {
6
p.cancel(
'Operation cancelled.'
);
7
process.exit(0);
8
}
9
10
async
function
main() {
11
console.clear();
Callers
2
handleExit
Function · 0.85
main
Function · 0.85
Calls
1
cancel
Method · 0.80
Tested by
no test coverage detected