@zowe/cli
Version:
Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.
14 lines • 444 B
TypeScript
import { ICommandOptionDefinition } from "@zowe/imperative";
/**
* Object containing all extra options to be used by the Create API
*/
export declare const ZosFilesCreateExtraOptions: {
[key: string]: ICommandOptionDefinition;
};
/**
* Object containing all options to be used by the Create API
*/
export declare const ZosFilesCreateOptions: {
[key: string]: ICommandOptionDefinition;
};
//# sourceMappingURL=Create.options.d.ts.map