Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cardstack/cardstack
/ showHelpAndExit
Function
showHelpAndExit
packages/cardpay-cli/index.ts:684–688 ·
view source on GitHub ↗
(msg: string)
Source
from the content-addressed store, hash-verified
682
});
683
684
function
showHelpAndExit(msg: string): void {
685
yargs.showHelp();
686
console.log(`\nERROR: ${msg}`);
687
process.exit(1);
688
}
689
690
function
assertNever(_value: never): never {
691
throw
new
Error(`not never`);
Callers
1
index.ts
File · 0.85
Calls
1
log
Method · 0.45
Tested by
no test coverage detected