UNPKG

@broadcom/ca7-for-zowe-cli

Version:

CA 7 Workload Automation Plug-in for Zowe CLI

29 lines 945 B
"use strict"; /* * Copyright © 202X Broadcom Inc. and/or its subsidiaries * © 202X Broadcom Inc and/or its subsidiaries; All rights reserved */ const CA7SessionUtils_1 = require("../CA7SessionUtils"); const GetPriorRunQ_definition_1 = require("./get/GetPriorRunQ.definition"); const GetJobHistoryDefinition = { name: "list-job-history", aliases: ["ljh"], summary: "Retrieves job history information", description: "All the available commands are listed in the COMMANDS section.", type: "group", children: [ GetPriorRunQ_definition_1.GetPriorRunQDefinition, ], passOn: [ { property: "options", value: CA7SessionUtils_1.CA7SessionUtils.CA7_CONNECTION_OPTIONS, merge: true, ignoreNodes: [ { type: "group" } ] } ] }; module.exports = GetJobHistoryDefinition; //# sourceMappingURL=GetJobHistory.definition.js.map