UNPKG

@oclif/dev-cli

Version:
9 lines (8 loc) 224 B
import { Command, flags } from '@oclif/command'; export default class PackDeb extends Command { static description: string; static flags: { root: flags.IOptionFlag<string>; }; run(): Promise<void>; }