|
GME
13
|
#include <svn_opt.h>

Public Attributes | |
| const char * | name |
| svn_opt_subcommand_t * | cmd_func |
| const char * | aliases [3] |
| const char * | help |
| int | valid_options [50] |
| struct { | |
| int optch | |
| const char * desc | |
| } | desc_overrides [50] |
One element of a subcommand dispatch table.
| const char* svn_opt_subcommand_desc2_t::aliases[3] |
| const char* svn_opt_subcommand_desc2_t::desc |
| struct { ... } svn_opt_subcommand_desc2_t::desc_overrides[ 50 ] |
A list of option help descriptions, keyed by the option unique enum (the 2nd field in apr_getopt_option_t), which override the generic descriptions given in an apr_getopt_option_t on a per-subcommand basis.
| const char* svn_opt_subcommand_desc2_t::help |
| const char* svn_opt_subcommand_desc2_t::name |
A list of options accepted by this command. Each value in the array is a unique enum (the 2nd field in apr_getopt_option_t)
1.7.6.1