Represents the command-line application for the build.
public sealed class BuildApp
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. |
Target(…) | Creates a build target. |