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

File positional-options.js

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 6

optionMethod · 0.80
actionMethod · 0.80
commandMethod · 0.80
optsMethod · 0.80
parseMethod · 0.80

Tested by

no test coverage detected