NAnt SDK Documentation - v0.85-nightly-2005-11-09

AbstractCvsTask.AddArg Method 

[This is preliminary documentation and subject to change.]

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
Missing <param> documentation for arg

Remarks

Missing <remarks> documentation for M:NAnt.SourceControl.Tasks.AbstractCvsTask.AddArg(System.String)

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace