aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl4
1 files changed, 4 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 964285a0..43ed47c3 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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";