MCPcopy
hub / github.com/tj/commander.js / command.exitOverride.test.js

File command.exitOverride.test.js

tests/command.exitOverride.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as commander from '../index.js';
2import * as path from 'path';
3import { test, describe } from 'node:test';
4import assert from 'node:assert/strict';

Callers

nothing calls this directly

Calls 15

expectCommanderErrorFunction · 0.85
exitOverrideMethod · 0.80
parseMethod · 0.80
commandMethod · 0.80
optionMethod · 0.80
actionMethod · 0.80
argumentMethod · 0.80
allowExcessArgumentsMethod · 0.80
versionMethod · 0.80
requiredOptionMethod · 0.80
addOptionMethod · 0.80
addArgumentMethod · 0.80

Tested by

no test coverage detected