kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
4 lines (3 loc) • 314 B
TypeScript
import Commands from '@kui-shell/core/api/commands';
export declare const dispatchToShell: ({ tab, block, command, argvNoOptions, execOptions, parsedOptions, createOutputStream }: Commands.Arguments<Commands.ParsedOptions>) => Promise<any>;
export declare const preload: (commandTree: Commands.Registrar) => void;