betty.commands.config module¶
- final class betty.commands.config.Config¶
Bases:
Manufacturable,CommandThe
configcommandplugin.Plugin ID
configClass
Configuration
not configurable
- async configure(parser: argparse.ArgumentParser) CommandFunction¶
Configure the command.
- Returns:
The command function, which is an async callable that returns
Noneand takes all parser arguments as keyword arguments.
- new = <betty.requirement._RequirableDecorator object>¶