PnpmListSettings.

Depth Property

Summary

Max display depth of the dependency tree To display only projects use '-1' value To Display only direct dependencies use '0' value (default value)
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.List
Containing Type
PnpmListSettings

Syntax

public Nullable<int> Depth { get; set; }

Value

Type Description
Nullable<int>