UNPKG

@broadcom/sysview-for-zowe-cli

Version:

Zowe CLI plugin for SYSVIEW

12 lines (11 loc) 361 B
import * as imperative from "@zowe/imperative"; /** * Handler to ensure connection to SYSVIEW REST server is available, * and display system details * @export * @class Handler * @implements {ICommandHandler} */ export default class StatusHandler implements imperative.ICommandHandler { process(params: imperative.IHandlerParameters): Promise<void>; }