UNPKG

intreface.cli

Version:

Intreface Dev Tools

6 lines (5 loc) 151 B
import { Command } from '@oclif/command'; export default class Test extends Command { static description: string; run(): Promise<void>; }