-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand .nycrc to process.argv #660
Comments
@jdalton I really like this idea, I think we'd just need to be smart and figure out how to make it play nice with features like this: We allow folks to override a few parameters like |
Ah nice! To start |
@jdalton that's not a bad idea, maybe just black-list |
👌 , I'll work on a PR Related to yargs/yargs#503 and moxystudio/yargs-unparser |
Maybe related? #709 |
Is this still a valid issue? Is it within the scope of |
I'd be interested in seeing an example of a module that would use this information from |
I noticed
mocha
will expand itsmocha.opts
intoprocess.argv
args.This allows scripts that were
--require
'd to detect themselves.Would
nyc
be open to expanding its config intoprocess.argv
args too?If it's something you all would dig, I'm up for creating a PR.
The text was updated successfully, but these errors were encountered: