imas_validator.cli.commands.command_interface.CommandInterface

class imas_validator.cli.commands.command_interface.CommandInterface(args: Namespace)

Bases: ABC

abstract __init__(args: Namespace)

Methods

__init__(args)

execute()

Executes command with stored arguments and fills self._result variable

executed()

Returns True if command was executed, False otherwise

Attributes

result

abstract execute() None

Executes command with stored arguments and fills self._result variable

abstract executed() bool

Returns True if command was executed, False otherwise


Last update: 2025-06-05