|
SVCS - English Documentation
|
Implementation of the CommandFactory class, which is responsible for dynamically creating ICommand objects and managing their lifecycle and dependencies. More...
#include "../include/Utils.hxx"#include "../include/CommandFactory.hxx"#include "../include/InitCommand.hxx"#include "../include/ClearCommand.hxx"#include "../include/AddCommand.hxx"#include "../include/RemoveCommand.hxx"#include "../include/HelpService.hxx"#include "../include/HelpCommand.hxx"#include "../include/VersionCommand.hxx"#include "../include/SaveCommand.hxx"#include "../include/StatusCommand.hxx"#include "../include/HistoryCommand.hxx"#include "../include/UndoCommand.hxx"#include "../include/BranchCommand.hxx"#include "../include/MergeCommand.hxx"#include "../../server/include/HubCommand.hxx"#include "../../server/include/RepoCommand.hxx"#include <iostream>#include <memory>#include <utility>Namespaces | |
| namespace | svcs::cli |
| Command-line interface components and command implementations. | |
Implementation of the CommandFactory class, which is responsible for dynamically creating ICommand objects and managing their lifecycle and dependencies.