Add command to rebar:command_names/0

This commit is contained in:
Pierre Fenoll 2013-12-19 23:05:49 +00:00
parent c83d037404
commit 70cdb37942
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,3 @@
%% See LICENSE for licensing information.
%% -*- coding: utf-8 -*-
-module({{libid}}).
%% {{libid}}: {{libid}} library's entry point.

View file

@ -438,6 +438,7 @@ command_names() ->
"compile",
"create",
"create-app",
"create-lib",
"create-node",
"ct",
"delete-deps",