Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
43
const
getLimit = () => (limit ??= Math.max(termSize().rows - 5, 10));
44
45
let
cancelFlow = () => {
46
success(
"Cancelled... 👋 "
);
47
process.exit();
48
};
49
50
async
function
askCheckboxPlus(
51
message: string,
Callers
nothing calls this directly
Calls
1
success
Function · 0.90
Tested by
no test coverage detected