MCPcopy Index your code
hub / github.com/tj/commander.js / command.showHelpAfterError.test.js

File command.showHelpAfterError.test.js

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 13

argumentMethod · 0.80
parseMethod · 0.80
optionMethod · 0.80
requiredOptionMethod · 0.80
allowExcessArgumentsMethod · 0.80
commandMethod · 0.80
addOptionMethod · 0.80
configureOutputMethod · 0.80
showHelpAfterErrorMethod · 0.80
exitOverrideMethod · 0.80
helpInformationMethod · 0.80
makeProgramFunction · 0.70

Tested by

no test coverage detected