mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +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}}).
|
||||
|
||||
%% {{libid}}: {{libid}} library's entry point.
|
||||
|
|
|
@ -438,6 +438,7 @@ command_names() ->
|
|||
"compile",
|
||||
"create",
|
||||
"create-app",
|
||||
"create-lib",
|
||||
"create-node",
|
||||
"ct",
|
||||
"delete-deps",
|
||||
|
|
Loading…
Reference in a new issue