From 3ed0c5feffb0fea4b8f4e9cfd74472792867eefe Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Sun, 31 May 2015 00:41:15 +0000 Subject: fix bareness issues - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden. --- src/rebar_prv_help.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_prv_help.erl') diff --git a/src/rebar_prv_help.erl b/src/rebar_prv_help.erl index be5717f..4bc259a 100644 --- a/src/rebar_prv_help.erl +++ b/src/rebar_prv_help.erl @@ -22,7 +22,7 @@ init(State) -> State1 = rebar_state:add_provider(State, providers:create([{name, ?PROVIDER}, {module, ?MODULE}, - {bare, false}, + {bare, true}, {deps, ?DEPS}, {example, "rebar3 help "}, {short_desc, "Display a list of tasks or help for a given task or subtask."}, -- cgit v1.1