GME  13
Public Attributes
svn_opt_subcommand_desc2_t Struct Reference

#include <svn_opt.h>

Collaboration diagram for svn_opt_subcommand_desc2_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

const char * name
svn_opt_subcommand_tcmd_func
const char * aliases [3]
const char * help
int valid_options [50]
struct {
   int   optch
   const char *   desc
desc_overrides [50]

Detailed Description

One element of a subcommand dispatch table.

Since:
New in 1.4.

Definition at line 82 of file svn_opt.h.


Member Data Documentation

A list of alias names for this command (e.g., 'up' for 'update').

Definition at line 91 of file svn_opt.h.

The function this command invokes.

Definition at line 88 of file svn_opt.h.

Definition at line 105 of file svn_opt.h.

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.

A brief string describing this command, for usage messages.

Definition at line 94 of file svn_opt.h.

The full name of this command.

Definition at line 85 of file svn_opt.h.

Definition at line 105 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)

Definition at line 99 of file svn_opt.h.


The documentation for this struct was generated from the following file: