The Help Sub-Command Arguments

"""`help` sub-command

usage: ape help -h
       ape help [-w WIDTH] [--module <module>...] [<name>]

positional arguments:
    <name>                A specific plugin to inquire about [default: Ape].

optional arguments:
    -h, --help            show this help message and exit
    -w , --width <width>  Number of characters to wide to format the page. [default: 80]
    -m, --module <module>     non-ape module with plugins

"""

Contents:

The Help Arguments Constants

HelpArgumentsConstants

The Help Class

BaseArguments <|-- Help

Help
Help.width
Help.modules
Help.reset
Help.name
Help.function

The Help Strategy

BaseStrategy <|-- HelpStrategy

HelpStrategy
HelpStrategy.function