arg_router
1.4.0
C++ command line argument parsing and routing
|
#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_data > | children |
Child node help data. | |
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.