summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPierre Fenoll <pierrefenoll@gmail.com>2013-12-19 23:05:49 +0000
committerPierre Fenoll <pierrefenoll@gmail.com>2013-12-19 23:05:49 +0000
commit70cdb37942ebb50424ae52cd6986c9346f2286f4 (patch)
treec825a0e4364c56008b18e4d50cbf5fb80e29717a /src
parentc83d037404062138aa32ecbc138529e7c13ba7e2 (diff)
Add command to rebar:command_names/0
Diffstat (limited to 'src')
-rw-r--r--src/rebar.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index 075a3e3..00505be 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -438,6 +438,7 @@ command_names() ->
"compile",
"create",
"create-app",
+ "create-lib",
"create-node",
"ct",
"delete-deps",