The TerminalCommand class sets up a common interface for builtin terminal commands

Implements
  • TerminalCommand

Constructors

Properties

command: string = ''
description: string = ''
kernel: Kernel
options: OptionDefinition[] = []
run: (pid: number, argv: string[]) => Promise<number | void>
shell: Shell
terminal: Terminal

Accessors