3 references to IsTopLevelDotnetCommand
dotnet (3)
Extensions\ParseResultExtensions.cs (1)
102
|| (parseResult.
IsTopLevelDotnetCommand
() && string.IsNullOrEmpty(parseResult.GetValue(Parser.RootCommand.DotnetSubCommand)));
ParserOptionActions.cs (2)
114
|| !parseResult.
IsTopLevelDotnetCommand
())
133
|| !parseResult.
IsTopLevelDotnetCommand
())