@zowe/cli
Version:
Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.
10 lines • 341 B
TypeScript
import { ICommandDefinition } from "@zowe/imperative";
/**
* This object defines the top level command group for zosfiles. This is not
* something that is intended to be used outside of this npm package.
*
* @private
*/
declare const definition: ICommandDefinition;
export = definition;
//# sourceMappingURL=ZosFiles.definition.d.ts.map