UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

9 lines (8 loc) 361 B
import { Hook } from "@oclif/core"; /** * This hook intercepts command execution and redirects singular command forms to their plural equivalents * This allows commands like 'ably account stats' to work as an alias for 'ably accounts stats' * without requiring separate alias files for each command */ declare const hook: Hook<"init">; export default hook;