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.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- AbstractCvsTask
Syntax
protected void AddArg(string arg)
Parameters
Name | Type | Description |
---|---|---|
arg | string |
Return Value
Type | Description |
---|---|
void |