Lines Matching refs:_args
107 this._args = []; property
329 this._args.push(argDetails);
332 this._args.forEach((arg, i) => {
333 if (arg.variadic && i < this._args.length - 1) {
401 const expectedArgsCount = this._args.length;
906 this._args.forEach((arg, i) => {
1270 const args = this._args.map((arg) => {
1275 (this._args.length ? ' ' + args.join(' ') : '');
1307 const args = cmd._args.map((arg) => {
1366 return this._args.reduce((max, arg) => {
1380 if (this._argsDescription && this._args.length) {
1475 if (argsDescription && this._args.length) {
1481 this._args.forEach((arg) => {