betty.commands.docs module

final class betty.commands.docs.Docs

Bases: Manufacturable, Command

The docs command plugin. View Betty’s interactive documentation. This will open your web browser.

Plugin ID

docs

Class

Docs

Configuration

not configurable

__init__(app: App, /)
async configure(parser: argparse.ArgumentParser) CommandFunction

Configure the command.

Returns:

The command function, which is an async callable that returns None and takes all parser arguments as keyword arguments.

new = <betty.requirement._RequirableDecorator object>