UNPKG

anypoint-cli-v4

Version:

Display and interact with the Anypoint Platform from the command line.

7 lines (6 loc) 257 B
import { Help, Interfaces } from '@oclif/core'; export default class MyHelpClass extends Help { showCommandHelp(command: Interfaces.Command): Promise<void>; showTopicHelp(topic: Interfaces.Topic): Promise<void>; showRootHelp(): Promise<void>; }