Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts631 allowUnknownOption(allowUnknown?: boolean): this;
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js699 allowUnknownOption(allowUnknown = true) { argument
700 this._allowUnknownOption = !!allowUnknown;