Current section

Files

Jump to
power_shell rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{cover_enabled, true}.
{cover_excl_mods, [power_shell_eval]}.
{cover_opts, [verbose]}.
{shell, [
{apps, [power_shell]}
]}.