UNPKG

258 BTypeScriptView Raw
1import { Command } from '@oclif/core';
2export default class Which extends Command {
3 static description: string;
4 static examples: {
5 command: string;
6 description: string;
7 }[];
8 static strict: boolean;
9 run(): Promise<void>;
10}