|
SVCS - English Documentation
|
Declaration of the BaseCommand class for all commands in the system. More...
#include "ICommand.hxx"#include "../../core/include/Repository.hxx"#include <memory>#include <string>#include <iostream>Go to the source code of this file.
Classes | |
| class | svcs::cli::BaseCommand |
| Base class for all CLI commands. More... | |
Namespaces | |
| namespace | svcs::cli |
| Command-line interface components and command implementations. | |
Declaration of the BaseCommand class for all commands in the system.
BaseCommand implements the logic for interacting with the Event Bus system, allowing all derived commands to easily generate informational, debug, and other messages that will be automatically processed by registered observers (e.g., Logger).