PositiveTechnologies/PT.PM

Handle wrong cli parameters

KvanTTT opened this issue · 0 comments

  • Reliable ignorance of unknown parameters.
  • Type checking: ignore int parameter --threads with string value str.
  • Remove duplicate parameters. Take the last one -t 4 of duplicates -t 1 -t 4.

After that, pass normalized parameters string to CommandLineParser.