mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-06 12:54:05 +07:00
node_modules: update
This commit is contained in:
1
node_modules/yargs-parser/index.js
generated
vendored
1
node_modules/yargs-parser/index.js
generated
vendored
@ -813,6 +813,7 @@ function parse (args, opts) {
|
||||
}
|
||||
|
||||
function isUnknownOption (arg) {
|
||||
arg = arg.replace(/^-{3,}/, '---')
|
||||
// ignore negative numbers
|
||||
if (arg.match(negative)) { return false }
|
||||
// if this is a short option group and all of them are configured, it isn't unknown
|
||||
|
Reference in New Issue
Block a user