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