MCPcopy Create free account
hub / github.com/yargs/yargs / visit

Function visit

test/command.mjs:2291–2296  ·  view source on GitHub ↗
(_commandObject, _pathToFile, _filename)

Source from the content-addressed store, hash-verified

2289 .wrap(null)
2290 .commandDir('fixtures/cmddir', {
2291 visit(_commandObject, _pathToFile, _filename) {
2292 commandObject = _commandObject;
2293 pathToFile = _pathToFile;
2294 filename = _filename;
2295 return false; // exclude command
2296 },
2297 })
2298 .parse()
2299 );

Callers 1

addDirectoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…