Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/cli/invocation/command/support/commandInvocationListeners"

Index

Object literals

Const PostToAtomistListenerListener

PostToAtomistListenerListener: object

Send a message to the Atomist listener

type

{{before: (chm) => Promise}}

onDispatch

  • onDispatch(chm: CommandHandlerMetadata): Promise<void>

Const ShowDescriptionListener

ShowDescriptionListener: object

Display the description of a command before invoking it

type

{{before: (chm) => Promise}}

before

  • before(chm: CommandHandlerMetadata): Promise<void>

Generated using TypeDoc