Lee
Lee copied to clipboard
THIS IS A WORK OF FICTION AND NOT an extensible, self-documenting, type-safe configuration manager for Erlang
Results
4
Lee issues
Sort by
recently updated
recently updated
newest added
This works: ```erlang #{ apps => {[value, cli_positional], #{ type => list(atom()) , default => [] , cli_arg_position => rest }} ``` This doesn't: ```erlang #{ apps => {[value, cli_positional],...
https://github.com/k32/Lee/blob/master/src/framework/lee.erl#L109