Support clubbed option value assignment without separator (e.g., -abc123 where -a, -b, -c are boolean options and 123 is the value for the next parameter).
This is common in some tools and supported by System.CommandLine.
Location: CommandDotNet/Parsing/CommandParser.cs:211
Priority: Low