StorytellerArgumentBuilder.

BuildArguments(StorytellerCommand, string, ICakeArguments, StorytellerSettings) Method

Summary

Builds arguments for Storyteller

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
ProcessArgumentBuilder