Incant.Options (Incant v0.1.1)

Copy Markdown View Source

Normalizes option declarations into portable label/value maps.

Summary

Types

option()

@type option() :: %{label: String.t(), value: term()}

Functions

normalize(options, naming \\ [])

@spec normalize(term(), Incant.Naming.config()) :: [option()]