Closed khause closed 6 years ago
I would like to raise a pull request for this issue but I'm unable to push a branch to this repo.
Hi @khause, you'll need to fork the project first. The process is:
git checkout -b my-new-feature
git commit -m 'Add some feature'
git push origin my-new-feature
Thanks for the PR @khause, it's now merged and published to NPM.
I would like to pass a list of comma-separated feature files via command line. e.g.
-f features/feature-file-1,features/feature-file-2,...,features/feature-file-n
To my understanding, you're currently only allowed to pass in a single file or folder.