@zowe/cli
Version:
Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.
9 lines • 485 B
TypeScript
import { Arguments } from "yargs";
import { ICreateDataSetOptions } from "@zowe/zos-files-for-zowe-sdk";
/**
* Generate the appropriate options object to create a dataset before sending it to the z/OS MF APIs
* @param {yargs.Arguments} commandArguments - The provided command arguments
* @return {ICreateDataSetOptions} Object to be sent
*/
export declare function generateZosmfOptions(commandArguments: Arguments): ICreateDataSetOptions;
//# sourceMappingURL=Create.utils.d.ts.map