UNPKG

189 BTypeScriptView Raw
1import { Command, flags } from '@oclif/command';
2export default class Pack extends Command {
3 static description: string;
4 static flags: flags.Input<any>;
5 run(): Promise<void>;
6}