"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.polygraphHandler = polygraphHandler;
const utils_1 = require("../utils");
function polygraphHandler(args) {
return (0, utils_1.executeNxCloudCommand)('polygraph', args.verbose);
}