UNPKG

@codegenie/cli

Version:
7 lines 210 B
import { Command } from '@oclif/core'; export default class Login extends Command { static description: string; static examples: string[]; run(): Promise<void>; } //# sourceMappingURL=login.d.ts.map