Summary
Gets or sets a value indicating whether to produce emacs (and other
editor) friendly output.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- CommandLineOptions
Syntax
[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "emacs", ShortName = "e", Description = "Produce logging information without adornments")]
public bool EmacsMode { get; set; }
Attributes
Type | Description |
---|---|
Command |
Allows control of command line parsing. |
Value
Type | Description |
---|---|
bool |
true if output is to be unadorned so that emacs
and other editors can parse files names, etc. The default is
false .
|