summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorJared Morrow <jared@basho.com>2014-03-11 21:26:15 +0000
committerJared Morrow <jared@basho.com>2014-03-11 21:26:15 +0000
commit47c089aa806653d826b8bc5f4b8dc29724af1da7 (patch)
treee8de872fa1f72bad757e1f02a7fee23e136d481a /ebin
parentfa1a2b53fd66ae833586729a2122a31ac1f29b0b (diff)
parent415d872730daf58a91b6fbd6d3eac1f015cb9c24 (diff)
downloadrebar-47c089aa806653d826b8bc5f4b8dc29724af1da7.tar.gz
Merge branch 'tuncer-auto-recursion'
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app14
1 files changed, 12 insertions, 2 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 8e239e9..6b4702a 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -38,6 +38,7 @@
rebar_upgrade,
rebar_utils,
rebar_xref,
+ rebar_metacmds,
rebar_getopt,
rebar_mustache ]},
{registered, []},
@@ -80,7 +81,8 @@
rebar_escripter,
rebar_edoc,
rebar_shell,
- rebar_xref
+ rebar_xref,
+ rebar_metacmds
]},
{rel_dir, [
@@ -88,6 +90,14 @@
rebar_reltool,
rebar_upgrade
]}
- ]}
+ ]},
+ {recursive_cmds, [
+ 'check-deps',
+ 'compile',
+ 'delete-deps',
+ 'get-deps',
+ 'list-deps',
+ 'update-deps'
+ ]}
]}
]}.