UNPKG

intreface.cli

Version:

Intreface Dev Tools

10 lines (9 loc) 236 B
import { Command } from '@oclif/command'; export default class Info extends Command { static description: string; static args: { name: string; }[]; static examples: string[]; run(): Promise<void>; }