local file_to_remove = arg[1] if not file_to_remove then return "rm: missing operand" end return { action = "rm", target = file_to_remove }