GME  13
Public Attributes
svn_opt_subcommand_desc_t Struct Reference

#include <svn_opt.h>

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]

Detailed Description

One element of a subcommand dispatch table.

Deprecated:
Provided for backward compatibility with the 1.3 API.

Like svn_opt_subcommand_desc2_t but lacking the desc_overrides member.

Definition at line 116 of file svn_opt.h.


Member Data Documentation

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

Definition at line 125 of file svn_opt.h.

The function this command invokes.

Definition at line 122 of file svn_opt.h.

A brief string describing this command, for usage messages.

Definition at line 128 of file svn_opt.h.

The full name of this command.

Definition at line 119 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 133 of file svn_opt.h.


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