See: Description
| Interface | Description | 
|---|---|
| PromptProvider | Called at each REPL cycle to decide what the prompt should be. | 
| Class | Description | 
|---|---|
| ExtendedDefaultParser | Shameful copy-paste of JLine's  DefaultParserwhich
 createsCompletingParsedLine. | 
| FileInputProvider | An  InputProviderthat reads input from file-like sources. | 
| InteractiveShellRunner | A  ShellRunnerthat bootstraps the shell in interactive mode. | 
| InteractiveShellRunner.JLineInputProvider | |
| NonInteractiveShellRunner | A  ShellRunnerthat executes commands without entering interactive shell mode. | 
| ScriptShellRunner | A  ShellRunnerthat looks for process arguments that start with @, which are then interpreted as
 references to script files to run and exit. | 
Copyright © 2022. All rights reserved.