showInfoOnly property

bool showInfoOnly

Whether any of the informational options is true.

Implementation

bool get showInfoOnly =>
    showTasks || showTaskGraph || showHelp || showVersion;