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 292 B
/** * Specifies wwhether questions can be asked of the user, and if not, * what value should be used for a question when we do not ask. */ export interface IDaemonEnableQuestions { canAskUser: boolean; addBinToPathVal: string; } //# sourceMappingURL=IDaemonEnableQuestions.d.ts.map