MCPcopy 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
684function showHelpAndExit(msg: string): void {
685 yargs.showHelp();
686 console.log(`\nERROR: ${msg}`);
687 process.exit(1);
688}
689
690function assertNever(_value: never): never {
691 throw new Error(`not never`);

Callers 1

index.tsFile · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected