Program.

Run(string[]) Method

Summary

Runs the program with the specified arguments.
Namespace
Cake
Containing Type
Program

Syntax

public Task<int> Run(string[] args)

Parameters

Name Type Description
args string[] The command line arguments.

Return Value

Type Description
Task<int> The exit code.