Current section
Files
Jump to
Current section
Files
power_shell
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{cover_enabled, true}.
{cover_excl_mods, [power_shell_eval]}.
{cover_opts, [verbose]}.
{shell, [
{apps, [power_shell]}
]}.