summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-03-23 16:12:50 -0700
committerFred Hebert <mononcqc@ferd.ca>2015-03-23 16:12:50 -0700
commit549c63b75d2b97165816a5975481595c3dc8bdf1 (patch)
treea23df49dc976d0578476f45751316c1f77b2eb96 /src
parent75549d3a9180bfe83649cc7bbaffc93f932f12fc (diff)
parent8e1bb66368ec0b34c45c8259312e900d9f363f01 (diff)
Merge pull request #291 from tsloughter/as_args
support args on tasks passed to 'as'
Diffstat (limited to 'src')
-rw-r--r--src/rebar_core.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index db82766..1c1bf66 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -82,6 +82,8 @@ process_command(State, Command) ->
case Command of
do ->
do(TargetProviders, State);
+ as ->
+ do(TargetProviders, State);
_ ->
Profiles = providers:profiles(CommandProvider),
State1 = rebar_state:apply_profiles(State, Profiles),