mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl, util.prosodyctl.shell: prosodyctl shell
- a client to access the prosodyctl admin shell
This commit is contained in:
parent
b0463f0290
commit
a355440c01
2 changed files with 129 additions and 0 deletions
|
@ -1356,6 +1356,10 @@ function commands.check(arg)
|
|||
return ok and 0 or 2;
|
||||
end
|
||||
|
||||
function commands.shell(arg)
|
||||
require "util.prosodyctl.shell".start(arg);
|
||||
end
|
||||
|
||||
---------------------
|
||||
|
||||
local async = require "util.async";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue