UNPKG

vodafone-station-cli

Version:

Access your Vodafone Station from the comfort of the command line.

11 lines (10 loc) 374 B
import Command from '../base-command'; export default class Discover 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>; }; discoverModem(): Promise<void>; run(): Promise<void>; }