Crate golem_rib_repl

Source

Structs§

CommandRegistry
ComponentSource
Represents the source of a component in the REPL session.
DefaultReplResultPrinter
Indent
RawRibScript
ReplComponentDependencies
ReplContext
RibRepl
The REPL environment for Rib, providing an interactive shell for executing Rib code.
RibReplConfig
Config options:

Enums§

ReplBootstrapError
Represents errors that can occur during the bootstrap phase of the Rib REPL environment.
RibExecutionError

Traits§

Command
A Command implementation will do the following:
ReplPrinter
RibDependencyManager
Dependency manager for the Rib REPL environment.
UntypedCommand
WorkerFunctionInvoke

Functions§

parse_with_clap
Helper for implementing parse function in golem_rib_repl::Command trait to obtain Input, given Input has an instance of clap::Parser.
print_function_dictionary