CommandArgumentsInfo.takesSomeArguments

Undocumented in source.
template CommandArgumentsInfo(TCommand)
enum takesSomeArguments = named.length > 0 || positional.length > 0 || takesOverflow || takesRaw;

Meta