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

Name

Description

args

The argument manager to inspect.

Created with MrDocs