vodafone-station-cli
Version:
Access your Vodafone Station from the comfort of the command line.
7 lines (6 loc) • 312 B
TypeScript
import { Command } from '@oclif/core';
import { Log } from './logger';
export declare const ipFlag: () => import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
export default abstract class BaseCommand extends Command {
get logger(): Log;
}