prosodyctl
changeset 10206 d3764eed7ded
parent 10194 f506964a1123
child 10211 4c755c2e6305
equal deleted inserted replaced
10205:2457b6b1908b 10206:d3764eed7ded
    94 	execute_command(arg);
    94 	execute_command(arg);
    95 end
    95 end
    96 
    96 
    97 function commands.remove(arg)
    97 function commands.remove(arg)
    98 	if arg[1] == "--help" then
    98 	if arg[1] == "--help" then
    99 		show_usage([[remove]], [[Removes a module installed in the wroking directory's plugins folder]]);
    99 		show_usage([[remove]], [[Removes a module installed in the working directory's plugins folder]]);
   100 		return 1;
   100 		return 1;
   101 	end
   101 	end
   102 	table.insert(arg, "remove");
   102 	table.insert(arg, "remove");
   103 	execute_command(arg);
   103 	execute_command(arg);
   104 end
   104 end