【发布时间】:2020-04-05 11:23:09
【问题描述】:
我们可以使用 rebar 创建应用程序,如下所示:
rebar create-app appid=demo
但是在shell中执行rebar3 create-app appid=demo时,出现如下异常:
➜ transaction_publish_service git:(master) rebar3 create-app appid=mqttcli
===> Command 'create-app' not found
那么,如果create-app在rebar3中被删除了,哪个命令可以替代它呢?
【问题讨论】: