Implemented interface member:
3 references to Count
System.CommandLine (3)
Command.cs (3)
64
internal bool HasArguments => _arguments?.
Count
> 0 ;
74
internal bool HasOptions => _options?.
Count
> 0;
81
internal bool HasSubcommands => _subcommands is not null && _subcommands.
Count
> 0;