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

File command.help.test.js

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

createTestCommandFunction · 0.90
commandMethod · 0.80
helpInformationMethod · 0.80
descriptionMethod · 0.80
helpMethod · 0.80
parseMethod · 0.80
exitOverrideMethod · 0.80
outputHelpMethod · 0.80
addCommandMethod · 0.80
optionMethod · 0.80
helpOptionMethod · 0.80
addOptionMethod · 0.80

Tested by

no test coverage detected