Bläddra i källkod

Add command to rebar:command_names/0

pull/3/head
Pierre Fenoll 11 år sedan
förälder
incheckning
70cdb37942
2 ändrade filer med 1 tillägg och 2 borttagningar
  1. +0
    -2
      priv/templates/simplelib.erl
  2. +1
    -0
      src/rebar.erl

+ 0
- 2
priv/templates/simplelib.erl Visa fil

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

+ 1
- 0
src/rebar.erl Visa fil

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

Laddar…
Avbryt
Spara