MCPcopy Index your code
hub / github.com/changesets/changesets / cancelFlow

Function cancelFlow

packages/cli/src/utils/cli-utilities.ts:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43const getLimit = () => (limit ??= Math.max(termSize().rows - 5, 10));
44
45let cancelFlow = () => {
46 success("Cancelled... 👋 ");
47 process.exit();
48};
49
50async function askCheckboxPlus(
51 message: string,

Callers

nothing calls this directly

Calls 1

successFunction · 0.90

Tested by

no test coverage detected