mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Add command to rebar:command_names/0
This commit is contained in:
parent
c83d037404
commit
70cdb37942
2 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue