Console adapter options

interface IConsoleAdapterOptions {
    code?: string;
    kernel?: Kernel;
    serviceManager: IManager;
}

Properties

code?: string

Initial code to run.

kernel?: Kernel

Default kernel

serviceManager: IManager

Application service manager