Subversion 1.6.16
|
One element of a subcommand dispatch table. More...
#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 [3] |
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 [50] |
A list of options accepted by this command. |
One element of a subcommand dispatch table.
Like svn_opt_subcommand_desc2_t but lacking the desc_overrides
member.
const char* svn_opt_subcommand_desc_t::aliases[3] |
const char* svn_opt_subcommand_desc_t::help |
const char* svn_opt_subcommand_desc_t::name |