Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInteractiveTerminal ¶
func IsInteractiveTerminal() bool
IsInteractiveTerminal returns true if stdin is an interactive terminal.
func RunInteractive ¶
RunInteractive starts an interactive REPL session.
func ShouldRunInteractive ¶
func ShouldRunInteractive() bool
ShouldRunInteractive returns true if the shell should run in interactive mode.
Types ¶
type REPLCompleter ¶
type REPLCompleter struct {
// contains filtered or unexported fields
}
REPLCompleter provides tab completion for the interactive REPL.
Click to show internal directories.
Click to hide internal directories.