isVerbose property
bool
get
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;
returns true if the -v (verbose) flag was set on the dcli command line. e.g. dcli -v clean
bool get isVerbose => core.Settings().isVerbose;