MCPcopy
hub / github.com/tj/commander.js / options-conflicts.js

File options-conflicts.js

examples/options-conflicts.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env node
2import { Command, Option } from 'commander';
3const program = new Command();
4

Callers

nothing calls this directly

Calls 7

actionMethod · 0.80
addOptionMethod · 0.80
commandMethod · 0.80
conflictsMethod · 0.80
envMethod · 0.80
parseMethod · 0.80
defaultMethod · 0.45

Tested by

no test coverage detected