UNPKG

@zowe/cli

Version:

Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.

8 lines 255 B
import { ICommandOptionDefinition } from "@zowe/imperative"; /** * Object containing all options to be used by the Edit API */ export declare const EditOptions: { [key: string]: ICommandOptionDefinition; }; //# sourceMappingURL=Edit.options.d.ts.map