You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option added to task to tell it to "be quiet".
Example includes the output of anything that calls a command-line tool to suppress the default echoing of the results.
Option added to task to tell it to "be quiet".
Example includes the output of anything that calls a command-line tool to suppress the default echoing of the results.
Something like:
{
"name": "test.phpunit",
"quiet": true
}
The text was updated successfully, but these errors were encountered: