UNPKG

232 BTypeScriptView Raw
1import Command from '../base';
2export default class Whoami extends Command {
3 static description: string;
4 static flags: {
5 help: import("@oclif/parser/lib/flags").IBooleanFlag<void>;
6 };
7 run(): Promise<void>;
8}