UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

12 lines 341 B
import { Command } from 'commander'; export interface MonitorOptions { refresh?: string; layout?: string; theme?: string; config?: string; output?: string; verbose?: boolean; debug?: boolean; } export declare function registerMonitorCommands(program: Command): void; //# sourceMappingURL=monitor.commands.d.ts.map