dbeasyorm.commands package

Submodules

dbeasyorm.commands.abstraction module

class dbeasyorm.commands.abstraction.BaseCommand[source]

Bases: ABC

Abstract base class for all commands.

abstract configure_arguments(parser: ArgumentParser) None[source]

Configure arguments for the command. :param parser: Argument parser for the command.

abstract handle(**kwargs) None[source]

Handle the command logic. :param kwargs: Parsed arguments passed as keyword arguments.

abstract help() str[source]

Return the help description of the command.

abstract name() str[source]

Return the name of the command.

dbeasyorm.commands.command_manager module

dbeasyorm.commands.update_db_command module

Module contents