UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

8 lines (7 loc) 265 B
import { Hook } from "@oclif/core"; /** * Hook that runs when a command is not found. Suggests similar commands * and runs them if confirmed, in a similar style to the official oclif plugin. */ declare const hook: Hook<"command_not_found">; export default hook;