| 
                             arg_router
                                 1.4.0
                             
                            C++ command line argument parsing and routing 
                         | 
                    
#include <arg_router/policy/flatten_help.hpp>
Used to set a help node to display all command line options in one large tree.
The default behaviour for a help node is to only show the command line options for the specified level, this instructs to displsy all the options.
Definition at line 17 of file flatten_help.hpp.