betty.commands.dev_profile_demo module

final class betty.commands.dev_profile_demo.DevProfileDemo

Bases: Manufacturable, Command

The dev-profile-demo command plugin.

Plugin ID

dev-profile-demo

Class

DevProfileDemo

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>