@@ -21,12 +21,13 @@ main(Args) ->
ok
end
end,
- ok = add_libs_dir(),
case Args of
["hocon" | Rest] ->
+ ok = add_libs_dir(),
%% forward the call to hocon_cli
hocon_cli:main(Rest);
["check_license_key", Key0] ->
Key = cleanup_key(Key0),
check_license(#{key => Key});
_ ->
@@ -0,0 +1,3 @@
+Improve `emqx` command performance.
+
+Avoid loading EMQX application code in `nodetool` script unless necessary.