facebook / jscodeshift

A JavaScript codemod toolkit.
https://jscodeshift.com
MIT License
9.23k stars 477 forks source link

custom args not being passed through to options #621

Closed WilliamGusmanov closed 2 weeks ago

WilliamGusmanov commented 2 weeks ago

jscodeshift version: 0.16.1

When running npx Jscodeshift -t --foo=bar

foo does not appear within options.

WilliamGusmanov commented 2 weeks ago

Not an issue. Foo is available in 3rd argument.