GetOptException

Thrown on one of the following conditions:

  • An unrecognized command-line argument is passed, and std.getopt.config.passThrough was not present.
  • A command-line option was not found, and std.getopt.config.required was present.
class GetOptException : Exception {}
Suggestion Box / Bug Report