Shell constructor
Shell({
- ShellPrompt? prompt,
construct
Implementation
Shell({ShellPrompt? prompt}) {
_input = ShellInput(onSubmit, prompt: prompt);
_input.onAutocomplete = onAutocomplete;
}