UNPKG

kui-shell

Version:

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

3 lines (2 loc) 167 B
import Errors from '@kui-shell/core/api/errors'; export declare const renderHelp: (out: string, command: string, verb: string, exitCode: number) => Errors.UsageError;