Class Main.SubShell

java.lang.Object
net.hydromatic.morel.Main.Shell
net.hydromatic.morel.Main.SubShell
All Implemented Interfaces:
Session.Shell
Enclosing class:
Main

static class Main.SubShell extends Main.Shell
Shell that is created via the net.hydromatic.morel.compile.BuiltIn#INTERACT_USE) command. Like a top-level shell, it can execute commands and handle errors. But its input is a file, and its output is to the same output as its parent shell.