UNPKG

kui-shell

Version:

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

8 lines (7 loc) 248 B
import UsageError from '../../core/usage-error'; interface Options { drilldownWithPip?: boolean; stderr?: string | HTMLElement; } export declare const formatUsage: (command: string, str: string, options?: Options) => UsageError; export {};