@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 • 341 B
TypeScript
import { ICommandOptionDefinition } from "@zowe/imperative";
/**
* Object containing all extra options to be used by the retrieve workflow definition commands.
*/
export declare const RetrieveWorkflowDefinitionCommonOptions: {
[key: string]: ICommandOptionDefinition;
};
//# sourceMappingURL=RetrieveWorkflowDefinition.options.d.ts.map