HelpfulOptions.Errors (helpful_options v0.3.3)

Represents an error that occurred while parsing options.

Summary

Types

@type t() :: %HelpfulOptions.Errors{
  other: HelpfulOptions.OtherErrors.t(),
  switches: HelpfulOptions.SwitchErrors.t()
}