MCPcopy
hub / github.com/tj/commander.js / options.implies.test.js

File options.implies.test.js

tests/options.implies.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Command, Option } 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 13

createTestCommandFunction · 0.90
optionMethod · 0.80
addOptionMethod · 0.80
impliesMethod · 0.80
parseMethod · 0.80
optsMethod · 0.80
envMethod · 0.80
presetMethod · 0.80
conflictsMethod · 0.80
requiredOptionMethod · 0.80
actionMethod · 0.80
commandMethod · 0.80

Tested by

no test coverage detected