Searched refs:argsDescription (Results 1 – 2 of 2) sorted by relevance
1208 description(str, argsDescription) { argument1209 if (str === undefined && argsDescription === undefined) return this._description;1211 this._argsDescription = argsDescription;1474 const argsDescription = this._argsDescription;1475 if (argsDescription && this._args.length) {1482 …desc.push(' ' + pad(arg.name, width) + ' ' + wrap(argsDescription[arg.name], descriptionWidth, w…
269 description(str: string, argsDescription?: {[argName: string]: string}): this;