Shell requests a shell to be opened. After this call returns I/O interactions are possible.
()
| 33 | |
| 34 | // Shell requests a shell to be opened. After this call returns I/O interactions are possible. |
| 35 | Shell() error |
| 36 | |
| 37 | // MustShell is identical to Shell but panics if an error happens. |
| 38 | MustShell() |
no outgoing calls