Home
last modified time | relevance | path

Searched refs:fullCommands (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/yargs/lib/
Dcommand.js183 currentContext.fullCommands.push(commandHandler.original)
257 currentContext.fullCommands.pop()
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js69 const context = { resets: -1, commands: [], fullCommands: [], files: [] } property
730 const fullCommand = context.fullCommands[context.fullCommands.length - 1]