verbose property

bool verbose
final

Whether the -v|--verbose flag was enabled when running the Command that executed this tool if it was executed via a command-line app.

This will not be null; it defaults to false.

Implementation

final bool verbose;