@zowe/cli
Version:
Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.
7 lines • 302 B
TypeScript
import { IImperativeConfig } from "@zowe/imperative";
/**
* Get the Imperative config object which defines properties of the CLI.
* This allows it to be accessed without calling Imperative.init.
*/
export declare function getImperativeConfig(): IImperativeConfig;
//# sourceMappingURL=Utils.d.ts.map