Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SessionOptions

Hierarchy

  • SessionOptions

Index

Properties

args: string[]
command: string
cwd: null | string
env: Record<string, string>
fsBase: null | string

Base path to which cwd is relative, e.g. \\wsl$\Ubuntu for WSL shells. Used to translate a POSIX cwd reported by the guest shell into a real Windows path.

height: null | number
pauseAfterExit: boolean
restoreFromPTYID: null | string
runAsAdministrator: boolean
shellType: null | ShellType
width: null | number

Generated using TypeDoc