1 reference to HelpName
System.CommandLine (1)
Help\HelpBuilder.cs (1)
138
yield return (parentCommand is RootCommand root ? root.
HelpName
: null) ?? parentCommand.Name;