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

Interface HelpContext

typings/index.d.ts:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 from: 'node' | 'electron' | 'user';
344}
345export interface HelpContext {
346 // optional parameter for .help() and .outputHelp()
347 error: boolean;
348}
349export interface AddHelpTextContext {
350 // passed to text function used with .addHelpText()
351 error: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected