Closed febo closed 4 months ago
Latest commit: 10a33456e7d57c40042be9cb82044dc01bdcafed
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
I wonder why this warning suddenly became an error here.
This PR fixes the command-line parsing so all arguments are passed to the target command.
The current version of the scripts passes the arguments under
argv._
, which is only a subset of the arguments.Arguments are taken directly from
process.argv
with the change in this PR.