basho / clique

CLI Framework for Erlang
Apache License 2.0
147 stars 49 forks source link

Add clique_config:load_schema/1 #38

Closed andrewjstone closed 9 years ago

andrewjstone commented 9 years ago

Make applications tell clique where to find the schema files.

jburwell commented 9 years ago

Discussed with @andrewjstone adding an eunit to test the operation of schema file loading and splitting the load_schema function to improve testability.

jburwell commented 9 years ago

:+1: Code looks solid, and passes local compile/test