UNPKG

@oclif/plugin-which

Version:

find which plugin a command is in

11 lines (10 loc) 258 B
import { Command } from '@oclif/core'; export default class Which extends Command { static description: string; static examples: { command: string; description: string; }[]; static strict: boolean; run(): Promise<void>; }