UNPKG

kui-shell

Version:

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

6 lines (5 loc) 137 B
import { Commands } from '@kui-shell/core'; interface Options extends Commands.ParsedOptions { f?: string; } export default Options;