UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

9 lines 318 B
import { Command } from 'commander'; export declare function handleUse(accountName: string, options: { clear?: boolean; status?: boolean; list?: boolean; cleanup?: boolean; }): Promise<void>; export declare function registerUseCommand(program: Command): void; //# sourceMappingURL=use.commands.d.ts.map