config v0.1.0 Config.Category
Handles macroses to define config category.
Following macroses available inside category/2 block:
Config.Container.type/1: specifies category container typeConfig.Category.category/2: adds sub categoryConfig.Option.option/2: adds option to category
Summary
Macros
Specifies configuration category
Types
t :: %Config.Category{children: Config.Container.children, name: Atom.t, type: Config.Container.type}
Macros
Specifies configuration category
Available only inside Config.config/2 and other Config.category/2 blocks.