CliContextShowHierarchy Method
Shows hierarchy for all commands. It will start from the root command and show a tree. Useful for testing a command.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
public void ShowHierarchy(
bool showLevel = false
)
Parameters
- showLevel Boolean (Optional)
- Whether to show level labels next to the tree nodes.