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

Method styleOptionText

lib/help.js:598–600  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

596 return this.styleArgumentText(str);
597 }
598 styleOptionText(str) {
599 return str;
600 }
601 styleArgumentText(str) {
602 return str;
603 }

Callers 4

styleUsageMethod · 0.95
styleOptionTermMethod · 0.95
styleSubcommandTermMethod · 0.95
index.test-d.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected