Summary
    Appends the SpecFlowSettings arguments to builder.
    
		- Namespace
- Cake.Common .Tools .SpecFlow 
- Containing Type
- SpecFlowTool<TSettings> 
Syntax
protected void AppendArguments(SpecFlowSettings settings, ProcessArgumentBuilder builder)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | SpecFlowSettings | The settings. | 
| builder | Process | The argument builder. | 
Return Value
| Type | Description | 
|---|---|
| void | 
