vodafone-station-cli
Version:
Access your Vodafone Station from the comfort of the command line.
12 lines (11 loc) • 525 B
TypeScript
import Command from '../../base-command';
export default class EnableHostExposureEntries extends Command {
static description: string;
static examples: string[];
static flags: {
ip: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
password: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
};
static strict: boolean;
run(): Promise<void>;
}