imas_validator.cli.commands.command_generic.GenericCommand

class imas_validator.cli.commands.command_generic.GenericCommand(args: Namespace)

Bases: CommandInterface

__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

execute() None

Executes command with stored arguments and fills self._result variable

executed() bool

Returns True if command was executed, False otherwise


Last update: 2025-08-29