Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ configValueCompl
Function
configValueCompl
lib/commands/completion.js:277–277 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
275
// expand with the valid values of various config values.
276
// not yet implemented.
277
const
configValueCompl = () => []
278
279
// check if the thing is a flag or not.
280
const
isFlag = (word, cmd, subCmd, npm) => {
Callers
1
exec
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected