#include <svn_opt.h>
Data Fields | |
const char * | name |
The full name of this command. | |
svn_opt_subcommand_t * | cmd_func |
The function this command invokes. | |
const char * | aliases [SVN_OPT_MAX_ALIASES] |
A list of alias names for this command (e.g., 'up' for 'update'). | |
const char * | help |
A brief string describing this command, for usage messages. | |
int | valid_options [SVN_OPT_MAX_OPTIONS] |
A list of options accepted by this command. | |
struct { | |
int optch | |
const char * desc | |
} | desc_overrides [SVN_OPT_MAX_OPTIONS] |
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. |
Definition at line 71 of file svn_opt.h.
|
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) |