UNPKG

219 BTypeScriptView Raw
1import Command, { flags } from "@oclif/command";
2export declare abstract class BaseCommand extends Command {
3 static flags: {
4 log: flags.IOptionFlag<string>;
5 copy: flags.IOptionFlag<string>;
6 };
7}