showInfoOnly property
bool
get
showInfoOnly
Whether any of the informational options is true.
Implementation
bool get showInfoOnly =>
showTasks || showTaskGraph || showHelp || showVersion;
Whether any of the informational options is true.
bool get showInfoOnly =>
showTasks || showTaskGraph || showHelp || showVersion;