Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js90 copyInheritedSettings(sourceCommand) { argument
91 this._outputConfiguration = sourceCommand._outputConfiguration;
92 this._hasHelpOption = sourceCommand._hasHelpOption;
93 this._helpFlags = sourceCommand._helpFlags;
94 this._helpDescription = sourceCommand._helpDescription;
95 this._helpShortFlag = sourceCommand._helpShortFlag;
96 this._helpLongFlag = sourceCommand._helpLongFlag;
97 this._helpCommandName = sourceCommand._helpCommandName;
98 this._helpCommandnameAndArgs = sourceCommand._helpCommandnameAndArgs;
99 this._helpCommandDescription = sourceCommand._helpCommandDescription;
[all …]
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts472 copyInheritedSettings(sourceCommand: Command): this;