UNPKG

kui-shell

Version:

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

4 lines (3 loc) 197 B
/// <reference types="node" /> import { ExecOptions } from '../models/execOptions'; export declare const main: (argv: string[], env?: NodeJS.ProcessEnv, execOptions?: ExecOptions) => Promise<any>;