7 references to HasOptions
System.CommandLine (7)
Command.cs (2)
280
if (
HasOptions
)
312
if (parentCommand.
HasOptions
)
Invocation\ParseErrorAction.cs (1)
120
IEnumerable<Symbol> candidates = targetSymbol.
HasOptions
|| targetSymbol.HasSubcommands
Parsing\CommandResult.cs (1)
65
if (Command.
HasOptions
)
Parsing\StringExtensions.cs (2)
405
if (command.
HasOptions
)
424
if (parentCommand.
HasOptions
)
Parsing\SymbolResultTree.cs (1)
115
if (command.
HasOptions
)