CliContextShowHierarchy Method

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

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
public void ShowHierarchy(
	bool showLevel = false
)

Parameters

showLevel  Boolean  (Optional)
Whether to show level labels next to the tree nodes.

See Also