interface ShellTesterOptions

Options you can pass to ShellTester’s constructor.

Properties

shellCommand

The command to use for launching the shell. Defaults to the SHELL environment variable, or sh if not set.

Signature
shellCommand?: string;