summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorKresten Krab Thorup <krab@trifork.com>2011-05-19 00:49:10 +0200
committerDave Smith <dizzyd@dizzyd.com>2012-07-11 08:42:47 -0600
commit5b765e028f7a45eae4c616c59ba70616d491781e (patch)
tree4a25e915c84a115139308733a7ff76f33552792f /ebin/rebar.app
parentcbe682752aac128f11adbf6b7a156df342dcfb47 (diff)
downloadrebar-5b765e028f7a45eae4c616c59ba70616d491781e.tar.gz
Initial version of "rebar shell" command
For now, this is just a proof of concept; would make sense to add a lot of things, such as quick access to invoking rebar itself (with approproate code reloading), as well as an eunit-aware version so that tests could be run interactively.
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app2
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index b1a51c7..9553c67 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -35,6 +35,7 @@
rebar_upgrade,
rebar_utils,
rebar_xref,
+ rebar_shell,
getopt,
mustache ]},
{registered, []},
@@ -77,6 +78,7 @@
rebar_eunit,
rebar_escripter,
rebar_edoc,
+ rebar_shell,
rebar_xref
]},