CommandLineOptions.

FindInParent Property

Summary

Gets a value indicating whether parent directories should be searched for a build file.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
CommandLineOptions

Syntax

[CommandLineArgument(CommandLineArgumentTypes.AtMostOnce, Name = "find", Description = "Search parent directories for build file")]
public bool FindInParent { get; set; }

Attributes

Type Description
CommandLineArgumentAttribute Allows control of command line parsing.

Value

Type Description
bool true if parent directories should be searched for a build file; otherwise, false. The default is false.