@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
10 lines (9 loc) • 328 B
TypeScript
import { ControlBaseCommand } from "../../../control-base-command.js";
export default class ChannelRulesListCommand extends ControlBaseCommand {
static description: string;
static examples: string[];
static flags: {
[x: string]: import("@oclif/core/interfaces").Flag<any>;
};
run(): Promise<void>;
}