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