我们可以使用如下所示的钢筋创建应用程序:
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
那么,如果在rebar3中删除了create-app
,哪个命令可以代替它?