|
ORE Studio 0.0.4
|
Manages commands related to variability subsystem. More...
#include <variability_commands.hpp>

Static Public Member Functions | |
| static void | register_commands (cli::Menu &root_menu, comms::net::client_session &session) |
| Register variability-related commands. | |
| static void | process_list_feature_flags (std::ostream &out, comms::net::client_session &session) |
| Process a list feature flags request. | |
Manages commands related to variability subsystem.
Handles feature flags, configuration toggles, and other variability-related operations.
|
static |
Register variability-related commands.
Creates the variability submenu and adds variability operations.
|
static |
Process a list feature flags request.
Retrieves all feature flags from the server and displays them.
| out | Output stream for results |
| session | Client session for connectivity. |
