UNPKG

@zowe/cli

Version:

Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.

12 lines 417 B
import { IHandlerParameters } from "@zowe/imperative"; import { ZosTsoBaseHandler } from "@zowe/zos-tso-for-zowe-sdk"; /** * Handler to Send data to TSO address space * @export * @class Handler * @implements {ICommandHandler} */ export default class Handler extends ZosTsoBaseHandler { processCmd(commandParameters: IHandlerParameters): Promise<void>; } //# sourceMappingURL=PingAddressSpace.handler.d.ts.map