AbstractCvsTask.

AddArg(string) Method

Summary

Add the given argument to the command line options. Note that are not explicitly quoted are split into separate arguments. This is to resolve a recent issue with quoting command line arguments.

Syntax

protected void AddArg(string arg)

Parameters

Name Type Description
arg string

Return Value

Type Description
void