Zeus RC File
Zeus RC File
{
"verbose": true,
"type": "local",
"update-mapping": true,
"test": true,
"compile": true
}# use rc file in local directory
zeus test --rc-file ./zeusrc.json
# ignore rc file
zeus test -c --rc-ignoreLast updated
Was this helpful?