Interface representing expected arguments for a task with an optional project name.

ExpectedArguments

interface ExpectedArguments {
    projectName?: string;
}

Properties

Properties

projectName?: string

The name of the project (optional).

Generated using TypeDoc