Searched refs:sourceCommand (Results 1 – 2 of 2) sorted by relevance
90 copyInheritedSettings(sourceCommand) { argument91 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 …]
472 copyInheritedSettings(sourceCommand: Command): this;