Versions of kyt, node, OS
Bug or Feature?
Feature
Current Behavior
neither of the following commands restricts the linter to the supplied path / glob:
# where package.scripts['lint-script'] = "kyt lint-script --"
npm run lint-script -- path/to/my/mod/**/*.js
./node_modules/.bin/kyt lint-script -- path/to/my/mod/**/*.js
Desired Behavior
the following command passes the path / glob argument to the underlying linter
npm run lint-script -- path/to/my/mod/**/*.js