@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
12 lines (11 loc) • 404 B
JavaScript
import { BaseTopicCommand } from '../../base-topic-command.js';
export default class SupportCommand extends BaseTopicCommand {
topicName = 'support';
commandGroup = 'support';
static description = 'Get support and help from Ably';
static examples = [
'$ ably support ask "How do I publish to a channel?"',
'$ ably support contact',
'$ ably support info',
];
}