This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Storyteller.
Summary
Builds arguments for Storyteller
- Assembly
- Cake
.Storyteller .dll - Namespace
- Cake
.Storyteller - Containing Type
- Storyteller
Argument Builder
Syntax
public ProcessArgumentBuilder BuildArguments(StorytellerCommand command, string projectPath, ICakeArguments arguments, StorytellerSettings settings = null)
Parameters
| Name | Type | Description |
|---|---|---|
| command | StorytellerCommand | Storyteller Command (Open or Run) |
| projectPath | string | Storyteller project path |
| arguments | ICakeArguments | Arguments pass in by cake |
| settings | StorytellerSettings | StorytellerSettings object |
Return Value
| Type | Description |
|---|---|
| Process |
