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}}). -module({{libid}}).
%% {{libid}}: {{libid}} library's entry point. %% {{libid}}: {{libid}} library's entry point.

View file

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