CommandLineOptions.

IndentationLevel Property

Summary

Gets or sets the indentation level of the build output.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
CommandLineOptions

Syntax

[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "indent", Description = "Indentation level of build output")]
public int IndentationLevel { get; set; }

Attributes

Type Description
CommandLineArgumentAttribute Allows control of command line parsing.

Value

Type Description
int The indentation level of the build output. The default is 0.