UNPKG

@oclif/core

Version:

base library for oclif CLIs

4 lines (3 loc) 238 B
import { Command } from '../command'; import { Plugin as IPlugin } from '../interfaces/plugin'; export declare function cacheCommand(uncachedCmd: Command.Class, plugin?: IPlugin, respectNoCacheDefault?: boolean): Promise<Command.Cached>;