MCPcopy
hub / github.com/tj/commander.js / ParseOptions

Interface ParseOptions

typings/index.d.ts:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340export type HelpConfiguration = Partial<Help>;
341
342export interface ParseOptions {
343 from: 'node' | 'electron' | 'user';
344}
345export interface HelpContext {
346 // optional parameter for .help() and .outputHelp()
347 error: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected