Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInvokeCommandParms

Parameters to the command processor invoke method.

export
interface

IInvokeCommandParms

Hierarchy

  • IInvokeCommandParms

Index

Properties

arguments

arguments: Arguments

The Yargs style arguments for the command processor.

memberof

IInvokeCommandParms

Optional responseFormat

responseFormat: COMMAND_RESPONSE_FORMAT

Indicates that the response format to the command should be written in JSON. If silent mode is enabled, then nothing is written (regardless of this setting)

memberof

IInvokeCommandParms

Optional silent

silent: boolean

Indicates that the command should be totally silent (no output to the console).

memberof

IInvokeCommandParms

Generated using TypeDoc