-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add flags as AVA config instead of CLI flags #13
Comments
I assume you'd use this a lot?
|
All simple flags, so either a primitive or an array of primitives. These can easily be converted without needing custom logic for each option. The idea was to keep it simple. In
This
We could add an option to create an
For what purpose? Sharing common config? |
OK. Though IIRC we don't have flags that take arrays anymore.
👍
Yes, let's.
Just exploring alternative solutions. But I'm happy with what you're proposing. |
npm init ava --serial
should result in{"ava": {"serial": true}}
, not"test": "ava --serial"
.@novemberborn ?
The text was updated successfully, but these errors were encountered: