NAnt SDK Documentation - v0.92

AbstractCvsTask.AddArg Method 

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

[Visual Basic]
Protected Sub AddArg( _
   ByVal arg As String _
)
[C#]
protected void AddArg(
   string arg
);

Parameters

arg

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace