Table of Contents

CliContext.ShowHierarchy Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Shows hierarchy for all commands. It will start from the root command and show a tree. Useful for testing a command.

public void ShowHierarchy(bool showLevel = false)

Parameters

showLevel bool

Whether to show level labels next to the tree nodes.