1 reference to GetRootCommand
Microsoft.DotNet.Cli.Definitions (1)
Utilities\CommandExtensions.cs (1)
11
=> command.Parents.FirstOrDefault(p => p is Command) is Command parentCommand ?
GetRootCommand
(parentCommand) : command;