@broadcom/ops-for-zowe-cli
Version:
OPS/MVS® Plug-in for Zowe CLI
10 lines (9 loc) • 528 B
TypeScript
import { IHandlerParameters } from "@zowe/imperative";
export declare class CommandListUtils {
static printExecuteCommandResponse(commandList: any, params: IHandlerParameters): string;
static formatNameValueDataResponse(commandList: any): string;
static formatNameValueColorDataResponse(commandList: any): string;
static formatJsonDataResponse(commandList: any): string;
static formatCsvHeaderResponse(arg: string, outputLength: number): string;
static formatCsvDataResponse(commandList: any): string;
}