ORE Studio 0.0.4
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
variability_commands Class Reference

Manages commands related to variability subsystem. More...

#include <variability_commands.hpp>

Collaboration diagram for variability_commands:
Collaboration graph

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.
 

Detailed Description

Manages commands related to variability subsystem.

Handles feature flags, configuration toggles, and other variability-related operations.

Member Function Documentation

◆ register_commands()

void register_commands ( cli::Menu &  root_menu,
comms::net::client_session session 
)
static

Register variability-related commands.

Creates the variability submenu and adds variability operations.

◆ process_list_feature_flags()

void process_list_feature_flags ( std::ostream &  out,
comms::net::client_session session 
)
static

Process a list feature flags request.

Retrieves all feature flags from the server and displays them.

Parameters
outOutput stream for results
sessionClient session for connectivity.
Here is the caller graph for this function: