UNPKG

@oclif/core

Version:

base library for oclif CLIs

8 lines (7 loc) 148 B
import { Command } from '../command'; export type Manifest = { commands: { [id: string]: Command.Cached; }; version: string; };