UNPKG

226 BTypeScriptView Raw
1import { Command, flags } from '@oclif/command';
2export default class PackMacos extends Command {
3 static description: string;
4 static flags: {
5 root: flags.IOptionFlag<string>;
6 };
7 run(): Promise<void>;
8}