summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-03-23 18:00:57 -0500
committerTristan Sloughter <t@crashfast.com>2015-03-23 18:02:52 -0500
commit8e1bb66368ec0b34c45c8259312e900d9f363f01 (patch)
tree02338c7feba9bfaf3ba7410137f1efaeac3459d5 /src
parente4bf78a96aa95b612ba0ae29d631018d8a6639d5 (diff)
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),