);
} else {
__n(
'Not enough non-option arguments: got %s, need at least %s',
'Not enough non-option arguments: got %s, need at least %s',
_s,
_s.toString(),
demandedCommands._.min.toString()
)
);
}
} else if (_s > demandedCommands._.max) {
if (demandedCommands._.maxMsg !== undefined) {