On Saturday, 15 August 2020 at 04:09:19 UTC, James Gray wrote: > I am trying to use getopt and would not like the program to > throw an unhandled exception when parsing command line options. Try passing config.passThrough, it should disable the exception for unknown arguments.