Index

Type aliases

ExCmdSource

ExCmdSource: "commandline" | "content"

Variables

Let currentExCmdSource

currentExCmdSource: ExCmdSource

Const logger

logger: Logger = new Logger("controller")

Let stored_excmds

stored_excmds: any

Functions

acceptExCmd

  • acceptExCmd(exstr: string, source?: ExCmdSource): Promise<any>

getCurrentExCmdSource

setExCmds

  • setExCmds(excmds: any): void