BuildApp class

Represents the command-line application for the build.

public sealed class BuildApp

Public Members

name description
Flags { get; } The flags previously added to the build via AddFlag.
Options { get; } The options previously added to the build via AddOption.
Targets { get; } The targets previously added to the build via Target.
AddFlag(…) Adds support for a no-value command-line flag.
AddOption(…) Adds support for a single-value command-line option.
CommandLineParsed(…) Adds an action to execute when the command line arguments have been parsed, but before the target(s) are evaluated and executed.
Target(…) Creates a build target.

See Also