help property
bool
get
help
Whether the help flag -h
was passed to the integration test command.
Implementation
bool get help => argResults[_helpArg];
Whether the help flag -h
was passed to the integration test command.
bool get help => argResults[_helpArg];