arg_router  1.4.0
C++ command line argument parsing and routing
arg_router::runtime_help_data Struct Reference

#include <arg_router/tree_node_fwd.hpp>

Public Attributes

utility::dynamic_string_view label
 Node name.
 
utility::dynamic_string_view description
 Node description.
 
vector< runtime_help_datachildren
 Child node help data.
 

Detailed Description

Help data for runtime help collect.

arg_router's help system supports compile-time (see help_data_type) and runtime collation via this structure. The latter is intended to replace the former as it allows for dynamic filtering and other adjustments.

Definition at line 19 of file tree_node_fwd.hpp.


The documentation for this struct was generated from the following file: