open fun createShell(term: Term): Shell
Create a new shell, the returned shell should be closed explicitely.
term - the shell associated terminal
Return
the created shell
open fun createShell(): Shell
Create a new shell, the returned shell should be closed explicitely.
Return
the created shell