Interface IDbgCmdCtx

Context returned from adding a command to allow removal

Hierarchy

  • IDbgCmdCtx

Properties

Properties

The command associated with this context

exec: ((ctx, theArgs) => any)

Type declaration

    • (ctx, theArgs): any
    • Execute the command providing the context and arguments

      Parameters

      • ctx: IDbgCmdContext

        The current execution context

      • theArgs: any[]

        The arguments

      Returns any

      The resut from the command

rm: (() => void)

Type declaration

    • (): void
    • Remove the command from the instance

      Returns void

Generated using TypeDoc