isInstalled property

bool isInstalled

Checks if the Script has been compiled and installed into the ~/.dcli/bin path

Implementation

bool get isInstalled => exists(pathToInstalledExe);