betty.commands.clear_caches module

final class betty.commands.clear_caches.ClearCaches

Bases: Manufacturable, Command

The clear-caches command plugin.

Plugin ID

clear-caches

Class

ClearCaches

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>