@zowe/imperative
Version:
framework for building configurable CLIs
12 lines • 359 B
TypeScript
/**
* Options that will affect the behavior of the ProfileInfo class.
* They are supplied on the ProfileInfo getAllProfiles method.
*/
export interface IGetAllProfilesOptions {
/**
* Indicates if the home directory should be excluded
* The default is false.
*/
excludeHomeDir?: boolean;
}
//# sourceMappingURL=IProfInfoProps.d.ts.map