HelpRequested

Return whether the user asked for help on the command line.

Synopsis

Declared in <common/args.h>

bool
HelpRequested(ArgsManager const& args);

Return Value

true if help has been requested via a command-line arg

Parameters

NameDescription
argsThe argument manager to inspect.