cli_memory_process_handler module
This module contains the ProcessHandler for Cli that uses Memory repository
- class cli_memory_process_handler.CliMemoryProcessHandler(logger: LoggerInterface)
Bases:
object
The ProcessHandler for Cli that uses Memory repository
- add_option(option: str, controller: CliMemoryControllerInterface) None
Add an option to the ProcessHandler :param option: The option :param controller: The controller for the option :return: None
- execute() None
Execute the ProcessHandler :return: None
- show_options()
Print the options to the ProcessHandler :return: None