isInstalled property

bool isInstalled

we consider dcli installed if the ~/.dcli directory exists.

Implementation

bool get isInstalled => exists(installCompletedIndicator);