UNPKG

@oclif/dev-cli

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