isVerbose property

bool isVerbose

returns true if the -v (verbose) flag was set on the dcli command line. e.g. dcli -v clean

Implementation

bool get isVerbose => core.Settings().isVerbose;