silent property

bool silent

Whether to run the command silently

Right now this is the same as parallel

Implementation

bool get silent => parallel;