MCPcopy 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

3import color from 'picocolors';
4
5function onCancel() {
6 p.cancel('Operation cancelled.');
7 process.exit(0);
8}
9
10async function main() {
11 console.clear();

Callers 2

handleExitFunction · 0.85
mainFunction · 0.85

Calls 1

cancelMethod · 0.80

Tested by

no test coverage detected