NAnt SDK Documentation - v0.92

CommandLineOptions.EmacsMode Property

Gets or sets a value indicating whether to produce emacs (and other editor) friendly output.

[Visual Basic]
<CommandLineArgument(Name:="emacs", ShortName:="e", Description:="Produce logging information without adornments", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property EmacsMode As Boolean
[C#]
[CommandLineArgument(Name="emacs", ShortName="e", Description="Produce logging information without adornments", Type=CommandLineArgumentTypes.AtMostOnce)]
public bool EmacsMode {get; set;}

Property Value

true if output is to be unadorned so that emacs and other editors can parse files names, etc. The default is false.

See Also

CommandLineOptions Class | NAnt.Core Namespace