UNPKG

@swell/cli

Version:

Swell's command line interface/utility

8 lines (7 loc) 205 B
import { Command } from '@oclif/core'; export default class Inspect extends Command { static summary: string; static description: string; static examples: string[]; run(): Promise<void>; }