Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
styleUsage
Method · 0.95
styleOptionTerm
Method · 0.95
styleSubcommandTerm
Method · 0.95
index.test-d.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected