helpRequest(_:)

Treat this error as a help request and display the full help message.

Errors.swift:108
static func helpRequest(_ command: any ParsableCommand) -> CleanExit

Parameters

command

A command to offer help for, if different from the root command.

Returns

A throwable CleanExit error.

You can use this case to simulate the user specifying one of the help flags or subcommands.