UNPKG

@oclif/dev-cli

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