UNPKG

kui-shell

Version:

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

5 lines (4 loc) 270 B
import { Commands } from '@kui-shell/core'; export declare const doExec: (cmdLine: string, execOptions: Commands.ExecOptions) => Promise<string | boolean | Record<string, any>>; declare const _default: (commandTree: Commands.Registrar) => void; export default _default;