Open xuwilliam01 opened 7 years ago
@Williamxu98 I thought you were right when I looked at the code, but then I tried it out. It looks to be doing as expected, in that the AdditionalOptionsFound
list only contain options that were recognised in the input string but could not be matched to any pre-setup options in the parser
Can you reproduce your problem for me?
Looking at the code, any used keyvaluepairs in the parsedOptions list are not removed, therefore when the list is copied over to AdditionalOptionsFound, it just copies all the original inputs.