prosodyctl
changeset 12296 7fe5cd8a10e2
parent 12271 a52a0680fcd8
child 12439 1ee72c0013f3
--- a/prosodyctl	Tue Feb 15 22:14:40 2022 +0100
+++ b/prosodyctl	Thu Feb 17 01:39:35 2022 +0100
@@ -115,6 +115,10 @@
 		show_usage([[list]], [[Shows installed rocks]]);
 		return 0;
 	end
+	if opts.outdated then
+		-- put this back for luarocks
+		arg[1] = "--outdated";
+	end
 	local ret = call_luarocks("list", arg[1]);
 	return ret;
 end