HelpfulOptions.SwitchErrors (helpful_options v0.3.0)

Summary

Types

@type incorrect() :: [
  %{type: HelpfulOptions.Switches.switch_type(), values: [String.t()]}
]
@type invalid() :: Keyword.t()
@type missing() :: [atom()]
@type t() :: %HelpfulOptions.SwitchErrors{
  incorrect: incorrect(),
  invalid: invalid(),
  missing: missing(),
  unknown: [String.t()]
}