Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tj/commander.js
/ command.configureOutput.test.js
File
command.configureOutput.test.js
tests/command.configureOutput.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ test, describe } from
'node:test'
;
2
import
assert from
'node:assert/strict'
;
3
import
* as commander from
'../index.js'
;
4
import
process from
'node:process'
;
Callers
nothing calls this directly
Calls
15
exitOverride
Method · 0.80
parse
Method · 0.80
configureOutput
Method · 0.80
version
Method · 0.80
outputHelp
Method · 0.80
configureHelp
Method · 0.80
helpOption
Method · 0.80
description
Method · 0.80
copyInheritedSettings
Method · 0.80
getOutHelpWidth
Method · 0.80
getOutHasColors
Method · 0.80
getErrHasColors
Method · 0.80
Tested by
no test coverage detected