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

File command.chain.test.js

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

Source from the content-addressed store, hash-verified

1import { Command, Option, Argument } from '../index.js';
2import { test, describe } from 'node:test';
3import assert from 'node:assert/strict';
4

Callers

nothing calls this directly

Calls 15

commandMethod · 0.80
addCommandMethod · 0.80
argumentMethod · 0.80
addArgumentMethod · 0.80
argumentsMethod · 0.80
addHelpCommandMethod · 0.80
helpCommandMethod · 0.80
exitOverrideMethod · 0.80
actionMethod · 0.80
addOptionMethod · 0.80
optionMethod · 0.80
requiredOptionMethod · 0.80

Tested by

no test coverage detected