The Help Sub-Command Arguments ============================== :: """`help` sub-command usage: ape help -h ape help [-w WIDTH] [--module ...] [] positional arguments: A specific plugin to inquire about [default: Ape]. optional arguments: -h, --help show this help message and exit -w , --width Number of characters to wide to format the page. [default: 80] -m, --module non-ape module with plugins """ Contents: * :ref:`Help Constants ` * :ref:`Help Arguments Class ` * :ref:`Help Strategy ` .. _ape-interface-arguments-help-constants: The Help Arguments Constants ---------------------------- .. currentmodule:: ape.interface.arguments.helparguments .. autosummary:: :toctree: api HelpArgumentsConstants .. _ape-interface-help-arguments-class: The Help Class -------------- .. uml:: BaseArguments <|-- Help .. autosummary:: :toctree: api Help Help.width Help.modules Help.reset Help.name Help.function .. _ape-interface-arguments-help-strategy: The Help Strategy ----------------- .. uml:: BaseStrategy <|-- HelpStrategy .. autosummary:: :toctree: api HelpStrategy HelpStrategy.function