check_help_arg


Description:

public bool check_help_arg (string[] args)

Checks if help flag (--help or -h) is present in command-line arguments.

Parameters:

args

Command-line arguments array

Returns:

true if help flag is found, false otherwise