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.

9 lines 350 B
import { ICommandDefinition } from "@zowe/imperative"; /** * This object defines the command for copy data-set within zosfiles. This is not * something that is intended to be used outside of the zosfiles package. * * @type {ICommandDefinition} */ export declare const DsDefinition: ICommandDefinition; //# sourceMappingURL=Ds.definition.d.ts.map