shellFamily property

  1. @override
ShellFamily get shellFamily
override

The command-language family of the launched shell, so the client can speak the matching marker/command dialect over an interactive session.

Implementation

@override
ShellFamily get shellFamily => ShellFamily.posix;