Merge pull request #3480 from emqx/develop
This commit is contained in:
commit
f238414826
|
@ -16,8 +16,11 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
make xref
|
||||
rm -f rebar.lock
|
||||
make eunit
|
||||
rm -f rebar.lock
|
||||
make ct
|
||||
rm -f rebar.lock
|
||||
make cover
|
||||
- name: Coveralls
|
||||
env:
|
||||
|
|
|
@ -127,7 +127,7 @@ get_commands() ->
|
|||
help() ->
|
||||
case ets:tab2list(?CMD_TAB) of
|
||||
[] ->
|
||||
print("No commands available, make sure you have plugin emqx_management started.~n");
|
||||
print("No commands available.~n");
|
||||
Cmds ->
|
||||
print("Usage: ~s~n", [?MODULE]),
|
||||
lists:foreach(fun({_, {Mod, Cmd}, _}) ->
|
||||
|
|
Loading…
Reference in New Issue