We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90143e6 commit 91a798dCopy full SHA for 91a798d
src/imperative.ts
@@ -15,6 +15,7 @@ import {IImperativeConfig} from "@zowe/imperative";
15
const MAX_LENGTH = 8;
16
const MAX_HLQ_LENGTH = 35;
17
const MAX_TARGETDIR_LENGTH = 255;
18
+
19
const config: IImperativeConfig = {
20
commandModuleGlobs: ["**/cli/*/*.definition!(.d).*s"],
21
pluginHealthCheck: __dirname + "/healthCheck.handler",
0 commit comments