View Source TypeCheck.DefaultOverrides.OptionParser (TypeCheck v0.13.7)
Summary
Types
@type argv() :: [TypeCheck.DefaultOverrides.String.t()]
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
argv() :: list(TypeCheck.DefaultOverrides.String.t())
@type errors() :: [ {TypeCheck.DefaultOverrides.String.t(), TypeCheck.DefaultOverrides.String.t() | nil} ]
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
errors() :: list({TypeCheck.DefaultOverrides.String.t(), TypeCheck.DefaultOverrides.String.t() | nil})
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
options() :: list({:switches, keyword()} | {:strict, keyword()} | {:aliases, keyword()})
@type parsed() :: keyword()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
parsed() :: keyword()