LocalShell.Create¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | None |
||
Output ➡️ |
The resulting output of the shard | LocalShell.Session |
||
Shell |
No | Shell to use (default: /bin/bash on Unix, cmd.exe on Windows) | none |
StringVar(String)None |
WorkingDirectory |
No | Initial working directory (default: current directory) | none |
StringVar(String)None |
ShellArgs |
No | Arguments to pass to shell (default: ['--login', '-i'] for bash on Unix) | none |
[String]Var([String])None |
Rows |
No | PTY rows (default: 24) | 24 |
IntVar(Int)None |
Cols |
No | PTY columns (default: 80) | 80 |
IntVar(Int)None |
Create a persistent local shell session