UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

10 lines (9 loc) 230 B
export interface ShowOptions { show?: string; echo?: boolean; leaveBottomStripeAlone?: boolean; preserveBackButton?: boolean; modes?: any[]; } export declare class DefaultShowOptions implements ShowOptions { }